You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,53 @@ npm run cypress:open
283
283
284
284
For detailed testing instructions, see `web/cypress/CYPRESS_TESTING_GUIDE.md`
285
285
286
+
### Cypress Component Testing
287
+
288
+
#### Overview
289
+
290
+
Cypress component tests mount individual React components in isolation, without requiring a running OpenShift cluster. They are useful for testing component rendering, user interactions, and visual behavior with fast feedback.
0 commit comments