We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5108428 commit b3fb084Copy full SHA for b3fb084
1 file changed
plugins/ui5/skills/opa5/SKILL.md
@@ -21,6 +21,7 @@ description: ALWAYS load before any OPA5 task — implementing, updating, or ver
21
```javascript
22
sap.ui.test.qunitPause.pauseRule = "assert,timeout"; // enables pause on assertion failures and timeouts
23
```
24
+
25
### 3. Isolate the journey under test (all UI5 versions)
26
**Purpose:** Avoid waiting for unrelated journeys on each iteration
27
**Isolation strategy:** If the setup does not allow to run individual journeys, comment out unrelated journey imports in the test entry point.
0 commit comments