Android_espresso_cucumber

Workshop Android Espresso with Cucumber jvm
Alternatives To Android_espresso_cucumber
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Green Coffee218
2 years ago1mitJava
Android library that allows you to run your acceptance tests written in Gherkin in your Android instrumentation tests.
Cleanguitestarchitecture135
6 years ago5mitJava
Sample project of Android GUI test automation using Espresso, Cucumber and the Page Object Pattern
Cucumberespressodemo99
5 years agomitJava
A sample project for Cucumber and Espresso in Android
Androidtestingbox62
3 years ago2apache-2.0Java
Android project to experiment various testing tools
Espresso Cucumber47
8 years ago1apache-2.0Java
Library to test Android applications using Espresso test framework with cucumber BDD language and Spoon screenshots
Movies41
4 years ago3apache-2.0Java
Android BDD Espresso + Cucumber
Android Cucumber Espresso12
7 years agoJava
A template project to demonstrate the usage of Cucumber along with Espresso for acceptance testing on Android.
Android_espresso_cucumber1
7 years agoJava
Workshop Android Espresso with Cucumber jvm
No Cucumber1
5 years agoKotlin
A toolset for making your manager happy and staying sane at the same time
Alternatives To Android_espresso_cucumber
Select To Compare


Alternative Project Comparisons
Readme

Android Espresso Cucumber workshop

How

Complete StepDefinitions.java as expected to be create IT

Workshop

  1. login success
  2. login error
  3. scroll to item
  4. open item

Useful concern

  1. dependencies see app/build.gradle
  2. configure Cucumber in CucumberConfig.java
  3. configure Espresso with Cucumber in CucumberTestRunner.java (be careful to use @Before and @After from Cucumber)
  4. write acceptance tests in Gherkin in assets/features/
  5. code glue between Gherkin and Espresso routine in StepDefinitions.java
  6. get cucumber report from device see app/build.gradle
  7. take screenshots with Spoon and Falcon
  8. enhance Cucumber report by replacing CSS
  9. add espresso-contrib to be able to test RecyclerView
Popular Cucumber Projects
Popular Espresso Projects
Popular Software Quality Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Cucumber
Gherkin
Espresso
Falcon