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
And find generated reports in `coverage` folder. For example, to open the HTML report
92
+
93
+
```shell
94
+
open coverage/lcov-report/index.html
95
+
```
96
+
97
+

98
+
99
+
**Warning:** I am not sure the coverage numbers are making 100% sense for Svelte files.
100
+
40
101
## Svelte v3
41
102
42
103
This component adaptor is meant for [Svelte v3](https://svelte.dev/blog/svelte-3-rethinking-reactivity). If you need Svelte v2 support, check out branch [svelte-v2](https://github.com/bahmutov/cypress-svelte-unit-test/tree/svelte-v2)
0 commit comments