Skip to content

Commit

Permalink
test: CXSPA-8326 don't run e2e tests for obsolete CPQ flavour (#19208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophHi authored Sep 6, 2024
1 parent 7f8e2bd commit cb835e0
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 cb835e0

Please sign in to comment.