sshiv012 opened a new issue, #8490:
URL: https://github.com/apache/texera/issues/8490
### Task Summary
The junit reporters in `frontend/vitest.config.ts` and
`frontend/vitest.browser.config.ts` write `frontend/junit.xml` and
`frontend/junit-browser.xml` on every test run. Neither path is listed in
`frontend/.gitignore`, so both are left untracked after running the suite and
can be committed by accident.
```
frontend/vitest.config.ts:28 reporters: ["default", ["junit", {
outputFile: "junit.xml" }]],
frontend/vitest.browser.config.ts:58 reporters: ["default", ["junit", {
outputFile: "junit-browser.xml" }]],
```
Expected: both are ignored, as `/coverage` already is.
### Task Type
- [x] Refactor / Cleanup
- [ ] DevOps / Deployment / CI
- [ ] Testing / QA
- [ ] Documentation
- [ ] Performance
- [ ] Other
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]