Skip to content

Instantly share code, notes, and snippets.

@jerseysu
Created September 20, 2019 07:17
Show Gist options
  • Save jerseysu/d961303ab65fdd5b50e021a2eaf99e4d to your computer and use it in GitHub Desktop.
Save jerseysu/d961303ab65fdd5b50e021a2eaf99e4d to your computer and use it in GitHub Desktop.
Hello World Feature file
Feature: Hello World
Hello World feature test
Scenario: Check App Title And Content
Given I expect the "firstTabTitle" to be "Jeresy Cool!"
Then I expect the "textField" to be "Hello, Jersey!"
Scenario: Check App Title When Switch Page
Given I go to second page
Then I expect second page title to be "Jersey Second Tab"
When I go to landing page
Then I expect landing page title to be "Jeresy Cool!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment