Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ npm-debug.log
test-results
playwright-report
**/.features-gen/**/*.spec.js
/cucumber-report

.nx/cache
.nx/cache
/update.sh
3 changes: 1 addition & 2 deletions features/homepage.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Feature: Playwright Home Page

@firefox
Scenario: Check title
Given I am on Playwright home page
Then I see in title "Playwright"
Expand All @@ -13,4 +12,4 @@ Feature: Playwright Home Page
Examples:
| link | title |
| Get started | Installation |
| API reference | Library |
| API | Library |
1 change: 0 additions & 1 deletion features/todopage.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Feature: Todo Page
Background:
Given I am on todo page

@slow
Scenario: Empty list
Then visible todos count is 0
And page screenshot matches previous one
Expand Down
Loading