selenium-node-pombase

A base class for the POM design pattern of Se testing. Note that it is not ready for use, probably!


License
ISC
Install
npm install selenium-node-pombase@0.9.42

Documentation

  1. Create page classes for your pages/components, based on the base component class:
example code
  1. Write your logger (or use the SimpleLogger that is included)
  2. Get your config file

  3. Write a test specification, passing your logger into the DriverContainer:

example code
  1. Run your tests with mocha or whatever you decided you liked...

Credits

Largely adapted from Automattic/wp-e2e-tests