We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f64c8 commit 67f1aaeCopy full SHA for 67f1aae
site/src/docs/machine-readable/junit.md
@@ -8,7 +8,7 @@ Nextest can produce output in the [JUnit/XUnit XML format](https://llg.cubic.org
8
9
To enable JUnit support, add this to your [nextest configuration](../configuration/index.md):
10
11
-```toml title="Basic JUnit configuration in <code>.config/nextest.toml</code>
+```toml title="Basic JUnit configuration in <code>.config/nextest.toml</code>"
12
[profile.ci.junit] # this can be some other profile, too
13
path = "junit.xml"
14
```
0 commit comments