Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 737 Bytes

File metadata and controls

10 lines (9 loc) · 737 Bytes

TestModeller-JavaScriptSeleniumFramework

JavaScript Selenium Framework - For use with TestModeller.io

Getting started

  1. Clone this repository.
  2. Run npm install in the Framework directory where it was cloned.
  3. Edit the Framework/project.properties file to contain the correct API URL and API Key from your TestModeller.io account.
  4. Place the PageObject files generated by TestModeller.io into the Framework/pages directory.
  5. Place the TestCase files generated by TestModeller.io into the Framework/tests directory.
  6. To execute the tests, run npm test in the Framework directory.