Skip to content

Commit 11dc50d

Browse files
authored
Removed playwright test workflow (#1040)
chore: Removed playwright test workflow
1 parent f744d7a commit 11dc50d

File tree

9 files changed

+0
-187
lines changed

9 files changed

+0
-187
lines changed

.github/workflows/notification.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
workflow_run:
44
branches: [main]
55
workflows:
6-
- "UI validation on prod"
76
- "QE LinkChecker"
87
- "Check for Broken Links"
98
types: [completed]

.github/workflows/playwright.yml

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

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# testing
88
/coverage
99
*/test-results
10-
*/playwright-report
1110

1211
# production
1312
./public

package-lock.json

Lines changed: 0 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"buildTags": "extended"
1111
},
1212
"devDependencies": {
13-
"@playwright/test": "^1.48.0",
1413
"hugo-bin": "^0.111.3"
1514
},
1615
"dependencies": {

playwright.config.ts

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

tests/constants.ts

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

tests/search.spec.ts

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

tests/utils/commonUtils.ts

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

0 commit comments

Comments
 (0)