Skip to content

Instantly share code, notes, and snippets.

@martinschneider
Created May 5, 2019 07:08
Show Gist options
  • Save martinschneider/49d33a7fcefb8170ae76a930b44470fa to your computer and use it in GitHub Desktop.
Save martinschneider/49d33a7fcefb8170ae76a930b44470fa to your computer and use it in GitHub Desktop.
Feature: Search and tags
@web @android @ios
Scenario Outline: Use the search function
Given I am on the homepage
When I search for "<tag>"
And I select the first question
Then the question is tagged with "<tag>"
Examples:
| tag |
| selenium |
| appium |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment