Skip to content

WarrenLin/CucumberSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CucumberSample

Demo cucumber BDD testing for Android, ios, web.

Using Appium to testing Android and IOS app.

Using selenium ChromeDrive testing Web.

Run

  • Test all feature
mvn test
  • Test destination feaure
mvn test -Dcucumber.options="src/test/features/gomaji.feature"
  • Test destination tags
mvn test -Dcucumber.options="--tags @android_reinstall"
  • Only test Web tag.
mvn test -Dcucumber.options="--tags @web"

Screenshot

2018-08-07 3 05 00

About

Demo cucumber BDD testing for Android, ios, web.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published