I've created a little example that tests the todoMVC.
Before you can start testing run make update
once to update the node modules.
After that just run make test
in the example folder to test adding and deleting todo's.
For other make commands run make info
.
- Start app:
USERID=$(id -u) GROUPID=$(id -g) docker-compose up -d app
- Run tests:
USERID=$(id -u) GROUPID=$(id -g) docker-compose run --rm puppeteer-cucumber
The todoMVC was created by Evan You and can be found: