Support new jest --randomize
flag
#17115
Labels
outdated
scope: testing tools
Issues related to Cypress / Jest / Playwright / Vitest support in Nx
type: feature
Description
https://github.com/jestjs/jest/releases/tag/v29.5.0 introduced a new
--randomize
flag for test suites, see jestjs/jest#4386 and https://jestjs.io/docs/cli#--randomizeIt would be great if Nx could provide the option to pass this flag to the
@nx/jest
executor.Motivation
We would love to be able to use this flag to make our tests stricter and ensure they work correctly independent of order.
The text was updated successfully, but these errors were encountered: