aquavm/.config/nextest.toml
Anatolios Laskaris ca38ee68d8
chore: Update E2E [fixes FLU-297 and FLU-252 and FLU-298] (#557)
* Test

* Fix

* Fix

* Use new workflows

* No cache

* Typo

* Rename Run tests to ci

* Some renaming?

* Renaming

* Add nextest config

* Test e2e on label

* Test

* Fix

* Fixes

* Update

* Fix

* Fix

* Fix name

* Fix

* Rename report
2023-03-31 13:03:23 +03:00

20 lines
404 B
TOML

# https://nexte.st/book/configuration.html
[store]
dir = "target/nextest"
[profile.default]
retries = 0
test-threads = "num-cpus"
threads-required = 1
status-level = "pass"
final-status-level = "fail"
failure-output = "immediate"
success-output = "never"
fail-fast = false
slow-timeout = { period = "60s", terminate-after = 2 }
leak-timeout = "100ms"
[profile.ci]
[profile.ci.junit]
path = "junit.xml"