Skip to content

Bunfig missing test.reporter.junit #4797

Open
@GiuseppeIII

Description

@GiuseppeIII

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions