typelevel / weaver-test

A test framework that runs everything in parallel.
https://typelevel.org/weaver-test/
Other
46 stars 8 forks source link

Support for flaky tests #84

Open zainab-ali opened 2 weeks ago

zainab-ali commented 2 weeks ago

This issue was copied over from: https://github.com/disneystreaming/weaver-test/issues/657 It was opened by: DenisNovac


It would be great to have this feature from ZIO: https://zio.dev/reference/test/aspects/flaky-and-non-flaky-tests/

For flaky tests there is flag @@flaky which makes it restart automatically until it succeed.