Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 862 Bytes

File metadata and controls

28 lines (23 loc) · 862 Bytes

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