Skip to content

Latest commit

 

History

History
 
 

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Testing

With Docker

Go to the tests/ directory and install node modules, start test application with node (webserver), Firefox (browser) and CodeceptJS (testing).

cd tests
docker-compose run --rm node npm install
docker-compose up -d
docker-compose run --rm codeceptjs bash

$ npm run build
$ codeceptjs run

References