From 3796caa587bea6c2065de069ca1d79a4ef257ff1 Mon Sep 17 00:00:00 2001 From: HendrikThePendric Date: Wed, 21 Aug 2024 16:41:13 +0200 Subject: [PATCH] chore: restore report-portal config --- cypress.config.js | 56 +++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index a161f90f74..12810c2f08 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -42,34 +42,34 @@ async function setupNodeEvents(on, config) { module.exports = defineConfig({ projectId: 'sojh88', - // reporter: '@reportportal/agent-js-cypress', - // reporterOptions: { - // endpoint: process.env.REPORTPORTAL_ENDPOINT, - // apiKey: process.env.REPORTPORTAL_API_KEY, - // launch: 'data_visualizer_app', - // project: process.env.REPORTPORTAL_PROJECT, - // description: '', - // autoMerge: true, - // parallel: true, - // debug: false, - // restClientConfig: { - // timeout: 660000, - // }, - // attributes: [ - // { - // key: 'version', - // value: 'master', - // }, - // { - // key: 'app_name', - // value: 'data_visualizer_app', - // }, - // { - // key: 'test_level', - // value: 'e2e', - // }, - // ], - // }, + reporter: '@reportportal/agent-js-cypress', + reporterOptions: { + endpoint: process.env.REPORTPORTAL_ENDPOINT, + apiKey: process.env.REPORTPORTAL_API_KEY, + launch: 'data_visualizer_app', + project: process.env.REPORTPORTAL_PROJECT, + description: '', + autoMerge: true, + parallel: true, + debug: false, + restClientConfig: { + timeout: 660000, + }, + attributes: [ + { + key: 'version', + value: 'master', + }, + { + key: 'app_name', + value: 'data_visualizer_app', + }, + { + key: 'test_level', + value: 'e2e', + }, + ], + }, e2e: { setupNodeEvents, baseUrl: 'http://localhost:3000',