General
PromptBeginner5 minmarkdown
- Handle flaky tests with proper waits and retries
never `cy.wait(ms)`.
0
Explore
82,486 skills indexed with the new KISS metadata standard.
never `cy.wait(ms)`.
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