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