0.1.0 • Published 8 years ago

testio v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Framework

  • You must have:
  • Start the selenium server from command line:
  • 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: