General
PromptBeginner5 minmarkdown
- Handle flaky tests with proper waits and retries
never `cy.wait(ms)`.
0
Explore
114,224 skills indexed with the new KISS metadata standard.
never `cy.wait(ms)`.
node) appropriately per test suite.
state) on failure for faster diagnosis.
fewer integration tests
not internal implementation details.
not hardcoded.
act
boundary values
verify:
branch
memory
randomness) with controlled values.
API
not arbitrary sleeps.
repeatable scenarios.
act
factories
edge cases
testable conditions.
integration
updating expectations
factories
maintainable test code following AAA pattern (Arrange
eliminate flaky tests