There was an error while loading. Please reload this page.
nextest
1 parent 1033336 commit f2ea58eCopy full SHA for f2ea58e
1 file changed
.config/nextest.toml
@@ -0,0 +1,9 @@
1
+[profile.ci-unit]
2
+failure-output = "immediate"
3
+fail-fast = false
4
+status-level = "all"
5
+slow-timeout = { period = "10s", terminate-after = 4 }
6
+junit.path = "junit.xml"
7
+junit.report-name = "unit"
8
+junit.store-success-output = true
9
+junit.store-failure-output = true
0 commit comments