pywright-cucumber/features/playwright_example.feature
Greg Gauthier 8749d7ab37
All checks were successful
Pylint / build (3.12) (push) Successful in 19s
initial commit
2024-07-24 21:25:00 +01:00

10 lines
381 B
Gherkin

# Created by gregg at 24/07/2024
Feature: Example Login Page
As a registered user of the site
I would like to be able to login to the site
So that I can do my things on the site
Scenario: A registered user logs into the site
Given the browser is at the login page
When the user enters his login details
Then the user is presented with the landing page