Powered by
To restate what Xavier said: - Make tests independ...
# best-practices
l
late-planet-4481
11/29/2022, 2:13 PM
To restate what Xavier said: - Make tests independent so that individual retries are not a problem - CI will retry at the
test
level - Test Runner can focus on one test by using
it.only()
Previous
Next