mirror of
https://github.com/hmalik144/sumtest.git
synced 2025-12-10 03:05:27 +00:00
10 lines
212 B
Gherkin
10 lines
212 B
Gherkin
Feature: Sample feature file
|
|
|
|
@sample_test
|
|
Scenario: Successful login
|
|
Given I start the application
|
|
|
|
@sample_test
|
|
Scenario: Unsuccessful login
|
|
Given I start the application and throw an exception
|