Skip to content

Commit

Permalink
chore: restore report-portal config (#3181)
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric authored Aug 21, 2024
1 parent b804aac commit cb728a5
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cb728a5

Please sign in to comment.