Example code

This commit is contained in:
programmingPug
2020-08-15 22:08:58 -04:00
parent 416fc3a7eb
commit f0a48e25f4
16 changed files with 611 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Feature: Login
In order to use the application
As a user
I want to log into the application
Scenario: Log into the application
Given I am at the login page
And I have entered my credentials
When I press login
Then the I have logged into the application