Skip to content

char0n/page-objects

Repository files navigation

page-objects

Demonstration source code for article - Page Object pattern in JavaScript

Install and run the project. You should see a simple Todo App.

 $ npm install
 $ npm run start
 $ npm run test

Warning: development server need to started before you run the test script. Otherwise the tests will fail to connect to the development server and they fail.

About

Demonstration source code of "e2e (End-To-End) testing done properly series" article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published