-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
good first issueissue:bugReport errors or unexpected behavior (auto-generated by issue forms)Report errors or unexpected behavior (auto-generated by issue forms)
Description
Area with issue?
JSON Schema
✔️ Expected Behavior
Something along the lines of
"properties": {
"test": {
"reporter": {
"junit": {
"$comment": "https://bun.sh/docs/test/reporters#junit-xml-reporter",
"examples": ["path/to/junit.xml"],
"description": "Output path for JUnit XML report",
"type": "string"
}
}
}
}
❌ Actual Behavior
No junit reporter field. I am guessing due to this not being documented on the bunfig.toml page: https://bun.sh/docs/runtime/bunfig but only at https://bun.sh/docs/test/reporters#junit-xml-reporter.
JSON, YAML, or TOML file that does not work.
| "title": "Bun configuration", |
IDE or code editor.
None
Are you making a PR for this?
No, someone else must create the PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueissue:bugReport errors or unexpected behavior (auto-generated by issue forms)Report errors or unexpected behavior (auto-generated by issue forms)