Skip to content

Commit

Permalink
Merge branch 'develop' into epic/ssr-error-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelfras authored Sep 6, 2024
2 parents 4e9e6b3 + cb835e0 commit 037445f
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,14 @@ const ATTR_NAMES = {
],
};

//only test with cpqOverOcc = true. For now we leave the option to run the obsolete flavor
//but delete it finally with the next breaking major release
const testConfig = [
{
name: 'CPQ Configuration - cpqOverOcc Mode',
cpqOverOcc: true,
backendURL: `${Cypress.env('OCC_PREFIX')}/${POWERTOOLS}/cpqconfigurator/**`,
},
{
name: 'CPQ Configuration - direct Mode',
cpqOverOcc: false,
backendURL: '**/api/configuration/v1/configurations/**',
},
];

testConfig.forEach((config) => {
Expand Down

0 comments on commit 037445f

Please sign in to comment.