Skip to content
Snippets Groups Projects

Run all new backend specs in random order

Merged Peter Leitzen requested to merge pl-rspec-order into master
1 unresolved thread
@@ -93,7 +93,7 @@ to surface flaky tests that are dependent on test order.
When randomized:
- We append the `(order random)` to example group description.
- The used seed is shown in the spec output the test suite summary. For example, `Randomized with seed 27443`.
- The used seed is shown in the spec output below the test suite summary. For example, `Randomized with seed 27443`.
For a list of spec files which are still run in defined order, see [`rspec_order_todo.yml`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/support/rspec_order_todo.yml).
Loading