testio

0.1.0 • Public • Published

Framework

  • You must have:
  • Start the selenium server from command line:
    java -jar selenium-server-standalone-2.49.0.jar
  • In the {projectRootFolder} update all node dependencies. From the prompt execute the command:
    npm install
  • Set your project settings in the file /test/config.js. It is where you should save the SUT base url for each env.
  • Tests: Write your feature files under /test/features
  • Page Elements: Save your element mappings under /test/PageObjects
  • Testing Data Save your testing data under the folder /test/Data
  • Run all the test from the prompt with:
cd {projectRootFolder}/test
  node run.js
  

Dependencies (10)

Dev Dependencies (3)

Package Sidebar

Install

npm i testio

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • dalton-teixeira