testing
25Cursor rule Cursor
A set of software testing practices built around a testing pyramid: many fast unit tests, fewer integration tests, and a small number of end-to-end tests. Unit tests check one small piece, integration tests check components together, and end-to-end tests check a complete user flow.
2 7mo ago A 0 tokens
original Apache-2.0