General
PromptBeginner5 minmarkdown
- Configure test environments (jsdom
node) appropriately per test suite.
0
Explore
80,718 skills indexed with the new KISS metadata standard.
node) appropriately per test suite.
not internal implementation details.
fewer integration tests
state) on failure for faster diagnosis.
act
not hardcoded.
boundary values
randomness) with controlled values.
branch
verify:
not arbitrary sleeps.
repeatable scenarios.
memory
act
factories
API
testable conditions.
integration
eliminate flaky tests
updating expectations
factories
maintainable test code following AAA pattern (Arrange
TDD/BDD methodologies
# Test Engineer