-
Notifications
You must be signed in to change notification settings - Fork 3
Development #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Development #28
Conversation
…D test report on each run by 'jest-html-report'
- Add script to generate tests/TEST_REPORT.md from test results and coverage - Add npm script 'test:report' to generate the markdown report - Add GitHub Actions job to auto-generate and commit TEST_REPORT.md on push to main/development - Add xml2js dependency for parsing JUnit XML test results
- Update script to generate tests/README.md instead of tests/TEST_REPORT.md - Update workflow to commit tests/README.md
- Add tests/README.md to .gitignore to prevent local commits - Use git add -f in workflow to force-add despite .gitignore - This allows local generation without committing, while CI/CD still commits it
- Remove tests/README.md from .gitignore to track it normally - Remove force flag from git add in workflow - Move coverage section to appear first in test report
Test Results (Node 20.x)214 tests 214 ✅ 12s ⏱️ Results for commit 645a40b. |
Test Results (Node 18.x)214 tests 214 ✅ 13s ⏱️ Results for commit 645a40b. ♻️ This comment has been updated with latest results. |
Test Results (Node 20.x)214 tests 214 ✅ 12s ⏱️ Results for commit 645a40b. |
|



No description provided.