javascript-testing-best-practices
javascript-testing-best-practices copied to clipboard
New BP: Avoid coupling between tests, each fail and succeed regardless of the other
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*