mattermost / mattermost/mattermost-plugin-github
Playwright tests are failing
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 179
- Forks
- 180
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 13
Description
Playwright tests have been disabled for a while. They were set to run each day overnight, however GH disables scheduled actions after some number of failures. As such GH disabled these tests.
1. We need to run Playwright tests on PRs, not based on a schedule
2. the tests need to be fixed
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the GitHub Actions workflow that schedules the Playwright tests and the Playwright test entry points. Run the tests to identify their failures, then configure them for pull requests and fix the failures. Done means the tests run successfully on pull requests rather than only on a schedule.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, playwright
- Domain
- ci-cd, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100