Skip to content

vire/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

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 71.5%
  • CSS 18.0%
  • HTML 6.3%
  • Gherkin 4.2%