Use when setting up automated testing in CI/CD pipelines, configuring GitHub Actions for tests, running tests on every commit, or integrating test reports with PR workflows
☐ Create .github/workflows/test.yml
☐ Configure test triggers (push, PR)
☐ Set up Node.js environment
☐ Run tests on multiple Node versions
Basic GitHub Actions workflow:
# .github/workflows/test.yml