diff --git a/cypress.config.js b/cypress.config.js index 83a6a8993..d3001ba02 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -50,7 +50,7 @@ module.exports = defineConfig({ project: process.env.REPORTPORTAL_PROJECT, description: '', autoMerge: true, - // parallel: true, # FOR TESTING ONLY! Remove before merge! + parallel: true, debug: false, restClientConfig: { timeout: 660000,