Execution
Preparation
- NodeJS: Install the LTS version: https://nodejs.org/en/
Run on Chrome
Download chrome driver:
Important Note: Make sure you download version compatible with your current chrome.
Double click to run the browser driver
Execute script
- Open terminal in downloaded source code
- Execute:
npm install
npm test testSuiteRunnerConf.js
Run on Firefox
Configuration
- Export your source code with port 4444
Download gecko driver:
Important Note: Make sure you download version compatible with your current firefox.
Double click to run the browser driver
Execute script
- Open terminal in downloaded source code
- Execute:
npm install
npm test testSuiteRunnerConf.js
Run on other browsers
Important Note: We will test more and update later once it's stable