-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: run e2e nightly tests and open issue on failure (#161)
This pull request adds a new job to the Playwright Tests workflow that runs e2e nightly tests. If the tests fail, it opens an issue using the "Playwright Nightly failed" issue template. This helps to identify and address any failures in the nightly tests.
- Loading branch information
Showing
4 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Playwright Nightly failed | ||
assignees: baruchiro | ||
labels: bug | ||
--- | ||
|
||
The tests against the real npm, pypi and Go websites failed. | ||
|
||
Check it [here](https://github.com/os-scar/overlay/actions/workflows/playwright.yml?query=branch%3Amaster+event%3Aschedule). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters