You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for describe.sequential states that tests should run sequentially inside a sequential suite when Vitest is run with the --sequence.concurrent option enabled, however tests actually run concurrently.
Describe the bug
The documentation for describe.sequential states that tests should run sequentially inside a sequential suite when Vitest is run with the --sequence.concurrent option enabled, however tests actually run concurrently.
Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-mpeirq?file=sequential.test.ts
Expected behaviour
When running the test suite above with
vitest --sequence.concurrent
, the tests run sequentially and pass.Actual behaviour
Tests run concurrently and fail.
Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-mpeirq?file=sequential.test.ts
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: