Skip to content

Commit

Permalink
add skipped scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Dec 21, 2024
1 parent 4bad960 commit f476536
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions features/homepage.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Feature: Playwright Home Page

@login
Scenario: Check title
Given I am on Playwright home page
When I click link "Get started"
Then I see in title "Installation"

@login
@skip
Scenario: Check title 2
Given I am on Playwright home page
When I click link "Get started"
Then I see in title "Installation"

0 comments on commit f476536

Please sign in to comment.