Skip to content

Sample project of Android automation tests using Cucumber and Spoon reporting with SCREENSHOTS

Notifications You must be signed in to change notification settings

cooperkong/ACucumberSpoonScreenshots

Repository files navigation

ACucumberSpoonScreenshots

Android automation tests using Cucumber and Spoon reporting with SCREENSHOTS.

  • Sample application to demonstrate the ability to take screenshot during Cucumber autoamtion tests on Android using Spoon
  • Also has ability to use tag for better management
  • Image tag with scenario statements(eg, Then I will see text "")

##Usage in feature

  @screenshot
  Scenario Outline: Sign in with correct credentials
    Given I am on login screen
    And I enter email using "<email>"
    And I enter password using "<password>"
    When I press the sign in button
    Then I will see the text "Sign in success!"
    Examples:
      | email             | password |
      | foo@example.com   | hello    |

##Screenshot of Spoon report screenshot ##Screenshot of Spoon report device Log page screenshot ##To run

./gradlew spoon

About

Sample project of Android automation tests using Cucumber and Spoon reporting with SCREENSHOTS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published