Created
September 17, 2019 08:39
-
-
Save ericorruption/7ac09c8c354e5ceffdf5535857b6b8a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @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