Update the new API to allow some suites to be sequential
and others to be shuffle
#5556
Closed
6 tasks done
Labels
Describe the bug
Chainable API like
describe.shuffle()
is deprecated.There is no property
shuffle
inTestOptions
to do that on a single suite so you have to use the new config introduced by #5281.But now if you want to run some suite sequentially and use
describe('my suite', { sequential: true })
, it is ignored and the suite run shuffled.Relates to #3922
Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-c97uiy?file=test%2Fsequential.test.ts
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: