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
Now the code coverage from spec files will be combined with end-to-end coverage.
138
138
139
+
Find example of a just the unit tests and JavaScript source files with collected code coverage in [examples/unit-tests-js](./examples/unit-tests-js).
140
+
139
141
### Alternative for unit tests
140
142
141
143
If you cannot use `.babelrc` for some reason (maybe it is used by other tools?), try using the Browserify transformer included with this module in `use-browserify-istanbul` file.
@@ -401,6 +403,7 @@ Full examples we use for testing in this repository:
401
403
-[examples/one-spec.js](examples/one-spec.js) confirms that coverage is collected and filtered correctly if the user only executes a single Cypress test
402
404
-[examples/ts-example](examples/ts-example) uses Babel + Parcel to instrument and serve TypeScript file
403
405
-[examples/use-webpack](examples/use-webpack) shows Webpack build with source maps and Babel
406
+
-[examples/unit-tests-js](examples/unit-tests-js) runs just the unit tests and reports code coverage (JavaScript source code)
0 commit comments