Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moneesh2011/test-eol-ft-runner
Sample test project using eol-ft-runner package.
https://github.com/moneesh2011/test-eol-ft-runner
appium cucumber-js selenium-webdriver test-automation
Last synced: about 2 months ago
JSON representation
Sample test project using eol-ft-runner package.
- Host: GitHub
- URL: https://github.com/moneesh2011/test-eol-ft-runner
- Owner: moneesh2011
- Created: 2020-05-14T10:10:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:57:16.000Z (about 2 years ago)
- Last Synced: 2024-10-27T04:43:28.267Z (3 months ago)
- Topics: appium, cucumber-js, selenium-webdriver, test-automation
- Language: HTML
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sample project using eol-ft-runner
**eol-ft-runner** ==> `Selenium + Appium + Cucumber-js`Github repository: https://www.github.com/moneesh2011/eol-ft-runner
#### Install
``` shell
git clone
cd project/
npm install
```### Run test
``` shell
npm run execute:ft
```
`config.json` file inside the test folder is mandatory to set the path of the feature & step-definition files.
The above command runs the test in Chrome browser. You can run in Firefox/Safari using the below command:
``` shell
npm run ft -- --config=config.json --browser=firefox --tags=@sample --cores=3
```
Please refer to this [ReadMe](https://github.com/moneesh2011/eol-ft-runner) for more details on eol-ft-runner package.