German Bisurgi 2b2c218282 Array tests (#147) 6 年之前
..
codeceptjs 2b2c218282 Array tests (#147) 6 年之前
fixtures 6fc274970c Murb heatdutton changes cleaned (#85) 6 年之前
pages 2b2c218282 Array tests (#147) 6 年之前
README.md b0c8ab1c44 removed mocha testing packages, added standard js (#100) 6 年之前
docker-compose.yml b0c8ab1c44 removed mocha testing packages, added standard js (#100) 6 年之前

README.md

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