You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/docs/configuration/index.md
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,7 @@ icon: material/tune
6
6
7
7
cargo-nextest supports repository-specific configuration at the location `.config/nextest.toml` from the Cargo workspace root. The location of the configuration file can be overridden with the `--config-file` option.
8
8
9
-
For a comprehensive list of all configuration parameters, see the [Configuration reference](reference.md).
10
-
11
-
The default configuration shipped with cargo-nextest is:
12
-
13
-
```bash exec="true" result="toml"
14
-
cat ../nextest-runner/default-config.toml
15
-
```
9
+
For a comprehensive list of all configuration parameters, including default values, see [_Configuration reference_](reference.md).
16
10
17
11
## Profiles
18
12
@@ -70,9 +64,9 @@ Configuration is resolved in the following order:
70
64
```
71
65
then failing tests are retried up to 5 times.
72
66
7. Tool-specific configuration for the `default` profile.
73
-
8. The default configuration listed above, which is that tests are never retried.
67
+
8. The [default configuration](reference.md#default-configuration), which is that tests are never retried.
74
68
75
69
## See also
76
70
77
71
-[Configuration reference](reference.md) - comprehensive list of all configuration parameters
78
-
-[Per-test overrides](per-test-overrides.md) - customize settings for specific tests
72
+
-[Per-test settings](per-test-overrides.md) - customize settings for specific tests
0 commit comments