Add magic phrase support to rerun tests
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 383
- Forks
- 93
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 1
Description
Currently to re run tests need to submit an empty commit
git commit -m "retest" --allow-empty and then
git push <branch-name>
This is a request for a nice to have feature to enable rerun of tests with a magic phrase such as "/retest" or "/rerun tests".
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 tracing the repository's test automation and how commands or comments are handled; the issue names no files, tests, or entry point. Compare the requested /retest or /rerun tests behavior with the current empty-commit workflow, and define done as triggering a test rerun without an empty commit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100