end-to-end-tests
after making changes, run end-to-end tests to ensure that the product still works
allowed_tools: make, go
$ 설치
git clone https://github.com/git-town/git-town /tmp/git-town && cp -r /tmp/git-town/.claude/skills/end_to_end_tests ~/.claude/skills/git-town// tip: Run this command in your terminal to install the skill
SKILL.md
name: end-to-end-tests description: after making changes, run end-to-end tests to ensure that the product still works allowed-tools: make, go
End-to-end tests
Instructions
When you are done making changes, run all end-to-end tests through this command:
make cuke
If the exit code is 1, read the error messages and fix all errors, then re-run the end-to-end tests until they run successfully and exit with code 0.
End-to-end tests are defined in the "features" folder. They are written in the Gherkin language and execute using Cucumber for Go.
If an end-to-end test fails, you can re-run only this test to verify that your fix works:
- Add the
@debug @thistag to a specific scenario - Run
make cukethisto execute only the tagged scenario - when the test passes, remove the
@debug @thistags
Repository

git-town
Author
git-town/git-town/.claude/skills/end_to_end_tests
3.0k
Stars
132
Forks
Updated4d ago
Added5d ago