/CucumberSample

Demo cucumber BDD testing for Android, ios, web.

Primary LanguageJavaApache License 2.0Apache-2.0

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