Skip to content

Commit ad2be3c

Browse files
committed
chore: Add nextest config file
1 parent 007c513 commit ad2be3c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.config/nextest.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[profile.ci-test]
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 = "ci-test"
8+
junit.store-success-output = true
9+
junit.store-failure-output = true

0 commit comments

Comments
 (0)