From 2da9de541422a7eeb92b1c8adeec8e532cf32fd8 Mon Sep 17 00:00:00 2001 From: Jure Ursic Date: Fri, 3 Jul 2020 19:40:42 +0200 Subject: [PATCH] fix: comment out terminal report --- cypress/support/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/index.js b/cypress/support/index.js index cc8bcf0..c1a0001 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -18,7 +18,7 @@ // Import commands.js using ES2015 syntax: import './commands'; -require('cypress-terminal-report').installSupport(); +//require('cypress-terminal-report').installSupport(); // Alternatively you can use CommonJS syntax: // require('./commands')