Skip to content

moneesh2011/test-eol-ft-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample project using eol-ft-runner

eol-ft-runner ==> Selenium + Appium + Cucumber-js

Github repository: https://www.github.com/moneesh2011/eol-ft-runner

Install

git clone <this_repository>
cd project/
npm install

Run test

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:

npm run ft -- --config=config.json --browser=firefox --tags=@sample --cores=3

Please refer to this ReadMe for more details on eol-ft-runner package.

About

Sample test project using eol-ft-runner package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published