Get the npm packages and the Sauce Labs Connect server
make
var editor = new iove.InOutVideoEditor({
src: 'videos/ed_1024.ogv',
fps: 24
});
Look at iove.html file
A Sauce Labs account is required to run the functional tests. Create an Sauce Labs account and export the following env variables:
export SAUCE_USERNAME=[your-username]
export SAUCE_ACCESS_KEY=[your-sauce-access-key]
Run all tests (unitary and functional)
make test
Run only unitary tests
make unitary_test
Run only functional tests
make functional_test