03fb7e87a6
* Add a new command to build testing instructions by a given version * Check - [ ] Include test instructions in the release checkbox * Fix code format * Code cleanup * Fix config error * Update README.md * Update README.md * Update README.md * Remove js version * Remove test file * A minor refactor * Reuse parse() method from the WCAdminFormatter.php * Exclude PRs with "no release testing instructions" label * Remove Requests:multi_request dependency * Remove wp load script |
||
---|---|---|
.. | ||
bin | ||
Application.php | ||
Config.php | ||
README.md | ||
SetGithubCredentialsCommand.php | ||
WriteCommand.php |
README.md
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
.