File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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/ )
687687for 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
708691There is a series of videos we have recorded showing code coverage in Cypress
You can’t perform that action at this time.
0 commit comments