From 285d0b8013137eef5c48ee7978728097520e18a1 Mon Sep 17 00:00:00 2001 From: martinkrulltott Date: Thu, 14 Dec 2023 12:00:21 +0100 Subject: [PATCH] chore: enable parallel again --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,