Skip to content

Commit 27eb345

Browse files
committed
Integrate Playwrightwith GitHub Actions
1 parent 93c47ff commit 27eb345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/playwright.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Playwright Tests
22
on:
33
push:
44
branches: [main, master]
5+
workflow_dispatch: # This enables manual triggering
56

67
jobs:
78
test:

0 commit comments

Comments
 (0)