Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 696 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 696 Bytes

Example

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.

Cant run make?

  • 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

Credits

The todoMVC was created by Evan You and can be found: