Skip to content

Commit 280dccb

Browse files
Remove future work section from code-coverage (#5845)
1 parent 6c6619e commit 280dccb

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/guides/tooling/code-coverage.mdx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -686,23 +686,6 @@ Read the blog post
686686
[Back end Code Coverage from Cypress API tests](https://glebbahmutov.com/blog/backend-coverage/)
687687
for the full tutorial.
688688

689-
## Future work
690-
691-
We are currently exploring two additional features for code coverage during
692-
end-to-end tests. First, we would like to avoid the "manual" instrumentation
693-
step using the Istanbul.js library and instead capture the native code coverage
694-
that can be collected by the Chrome browser's V8 engine. You can find a
695-
proof-of-concept example in
696-
[bahmutov/cypress-native-chrome-code-coverage-example](https://github.com/bahmutov/cypress-native-chrome-code-coverage-example)
697-
repository.
698-
699-
Second, we would like to capture the code coverage from _the locally running
700-
back end server_ that is serving the front end web application and handles the
701-
API requests from the web application under test. We believe that E2E tests with
702-
additional
703-
[API tests](https://www.cypress.io/blog/2017/11/07/add-gui-to-your-e2e-api-tests/)
704-
that Cypress can perform can effectively cover a lot of back end code.
705-
706689
## Videos
707690

708691
There is a series of videos we have recorded showing code coverage in Cypress

0 commit comments

Comments
 (0)