835 B
835 B
Test Instruction Logger
Test Instruction Logger retrives test instructions from the PRs in the changelog.txt
and write them into TESTING-INSTRUCTION.md.
Prerequisites
Test Instruction Logger requires Github username and a personal access token to use the Github REST API.
- Follow this guide to create a new personal access token.
- Run
npm run test-instruction-logger github-credentials
. Enter your Github username and the perosnal access token. The data will be saved in$HOME/.wca-test-instruction-logger.json
Writing to TESTING-INSTRUCTION.md
- Update the
changelog.txt
- Run
npm run test-instruction-logger :version
. - Verify
TESTING-INSTRUCTION.md
.