Skip to content

Instantly share code, notes, and snippets.

@ericorruption
Created September 17, 2019 08:39
Show Gist options
  • Save ericorruption/7ac09c8c354e5ceffdf5535857b6b8a7 to your computer and use it in GitHub Desktop.
Save ericorruption/7ac09c8c354e5ceffdf5535857b6b8a7 to your computer and use it in GitHub Desktop.
# @SomeGroupingCategory
Feature: Invoicing
In order to fill and assign claims to experts # to make claimsforce more $
As a backoffice employee
I want to log in # more like "need"
# or Example
Scenario: Login
Given I navigate to the backoffice website
And I have valid and verified credentials
When I fill in my credentials
And I submit the form # ???
# And
# But
Then I should see the claims
# TODO negative scenarios
# Rule
# Background
# Scenario Outline
# Examples
# "" Doc Strings
# | Data tables
# @ Tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment