Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 509 Bytes

WPERP_Automation

Automation testing for WP Enterprise Resource Planning (ERP)

Test type : Acceptance Testing

Helper Used : WebDriver

Git clone : https://github.com/Rink9/WPERP_Automation.git

Requirement:

Codeceptjs| Selenium |NPM |chromedriver

Configuration for your Device: 💣

  1. Run your server by this command : java -jar selenium-server-standalone-3.141.59.jar
  2. npm install --save-dev codeceptjs
  3. npm install webdriverio --save-dev
  4. Run by: npx codeceptjs run tests/moduleName/_test.js