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: docs/07-development/10-testing.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,11 @@ Notes:
257
257
258
258
### Code coverage
259
259
260
-
Cypress tests automatically run with instrumentation switched on. To see the code coverage report, run the following commands:
260
+
Cypress tests do not run with instrumentation by default. To enable it, check the package's `package-scripts` for the relevant flag.
261
+
262
+
**Note:** This flag is intended for local development only and is specific to the `@ui5/webcomponents` project internals. It must not be committed to the repository and must not be used in third-party packages.
263
+
264
+
To see the code coverage report, run the following commands:
**Note:** The coverage report is generated automatically once the test command finishes. When running the full suite with `yarntest:cypress`, this may take a while.
0 commit comments