javascript-testing-best-practices icon indicating copy to clipboard operation
javascript-testing-best-practices copied to clipboard

New BP: Avoid coupling between tests, each fail and succeed regardless of the other

Open goldbergyoni opened this issue 4 years ago • 0 comments
trafficstars

  • Ideas and keywords: Fragile, domino cards, execution order, random order, create the state in the arrange phase (not in the previous test), avoid globals, repeat yourself*

goldbergyoni avatar May 30 '21 11:05 goldbergyoni