diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-05-18 12:44:19 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-19 22:23:18 +0100 |
commit | 1b988948aee3f4decff3252669c672149ebb1aef (patch) | |
tree | d8839a6a745810d4cd8414734f356068a6a5869d /.cypress/cypress/support/index.js | |
parent | 62c93922b3dfcd3489cb32cf55ab03f0e2a8b2ab (diff) |
Add --coverage option to browser-tests.
You need to install the @cypress/code-coverage package alongside cypress.
Diffstat (limited to '.cypress/cypress/support/index.js')
-rw-r--r-- | .cypress/cypress/support/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cypress/cypress/support/index.js b/.cypress/cypress/support/index.js new file mode 100644 index 000000000..227dd57f0 --- /dev/null +++ b/.cypress/cypress/support/index.js @@ -0,0 +1,2 @@ +// jshint esversion: 6 +import '@cypress/code-coverage/support'; |