Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
comment on parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Dec 12, 2023
1 parent 2449010 commit 22867a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/decisions/2023-12-11_cypress_test_isolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Cypress tests that mutate browser or Evergreen database state affected outcomes

## Decision Outcome

Cypress tests that mutate Evergreen data follow up with a database reset operation before running the next test. Also, DOM state, cookies, localStorage and sessionStorage are reset before each test.
Cypress tests that mutate Evergreen data follow up with a database reset operation before running the next test. Also, DOM state, cookies, localStorage and sessionStorage are reset before each test. This lets tests run reliably in any order or grouping allowing for parallelization of the test suite.

0 comments on commit 22867a4

Please sign in to comment.