Skip to content

Commit 5ea480b

Browse files
committed
add settings.json and report file to gitignore
1 parent 7d1a103 commit 5ea480b

File tree

5 files changed

+3
-37
lines changed

5 files changed

+3
-37
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Playwright
32
node_modules/
43
/test-results/
@@ -7,3 +6,6 @@ node_modules/
76
/playwright/.cache/
87
/playwright/.auth/
98
notes.txt
9+
.env
10+
cucumber-report.html
11+
tests/config/settings.json

tests/example.spec.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/features/registration.feature

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/practice.spec.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/steps/registration.steps.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)