goldbergyoni / javascript-testing-best-practices

📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)

Home Page:https://testjavascript.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

goldbergyoni opened this issue · comments

  • 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*