Skip to content

Commit

Permalink
chore: disable report portal cypress config so we can see failures on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Aug 20, 2024
1 parent e1b41e0 commit ef849d2
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 ef849d2

Please sign in to comment.