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 cd02fa2 commit 0f29453Copy full SHA for 0f29453
site/src/docs/configuration/index.md
@@ -22,9 +22,6 @@ Here is a recommended profile for CI runs:
22
23
```toml title="Configuring a CI profile in <code>.config/nextest.toml</code>"
24
[profile.ci]
25
-# Print out output for failing tests as soon as they fail, and also at the end
26
-# of the run (for easy scrollability).
27
-failure-output = "immediate-final"
28
# Do not cancel the test run on the first failure.
29
fail-fast = false
30
```
0 commit comments