@camunda/e2e-test-suite 0.0.607 → 0.0.609
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -74,7 +74,6 @@ _8_10_1.test.describe('Cluster Setup Tests', () => {
|
|
|
74
74
|
await clusterSecretsPage.createSetOfSecrets(clusterName, (0, mcpSecrets_1.mcpSecretsValues)(mcpCredentials));
|
|
75
75
|
});
|
|
76
76
|
(0, _8_10_1.test)('Create AWS Cluster', async ({ page, loginPage, homePage, clusterPage, clusterDetailsPage, clusterSecretsPage, }, testInfo) => {
|
|
77
|
-
_8_10_1.test.skip(process.env.IS_AG === 'true', 'Skipping AWS cluster creation when IS_AG is true - will be investigated');
|
|
78
77
|
_8_10_1.test.slow();
|
|
79
78
|
const clusterName = 'AWS Cluster';
|
|
80
79
|
await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, users_1.testUsers.mainUser, (testInfo.workerIndex + 1) * 1000);
|
|
@@ -31,7 +31,6 @@ _8_7_1.test.describe('Cluster Setup Tests', () => {
|
|
|
31
31
|
});
|
|
32
32
|
(0, _8_7_1.test)('Create AWS Cluster', async ({ page, loginPage, homePage, clusterPage, clusterDetailsPage, }, testInfo) => {
|
|
33
33
|
_8_7_1.test.skip(process.env.IS_MIGRATION === 'true', 'Skipping AWS Cluster creation during upgrade testing');
|
|
34
|
-
_8_7_1.test.skip(process.env.IS_AG === 'true', 'Skipping AWS cluster creation when IS_AG is true - will be investigated');
|
|
35
34
|
_8_7_1.test.slow();
|
|
36
35
|
const clusterName = 'AWS Cluster';
|
|
37
36
|
await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, users_1.testUsers.mainUser, (testInfo.workerIndex + 1) * 1000);
|
|
@@ -50,7 +50,6 @@ _8_8_1.test.describe('Cluster Setup Tests', () => {
|
|
|
50
50
|
});
|
|
51
51
|
(0, _8_8_1.test)('Create AWS Cluster', async ({ page, loginPage, homePage, clusterPage, clusterDetailsPage, clusterSecretsPage, }, testInfo) => {
|
|
52
52
|
_8_8_1.test.skip(process.env.IS_MIGRATION === 'true', 'Skipping AWS Cluster creation during upgrade testing');
|
|
53
|
-
_8_8_1.test.skip(process.env.IS_AG === 'true', 'Skipping AWS cluster creation when IS_AG is true - will be investigated');
|
|
54
53
|
_8_8_1.test.slow();
|
|
55
54
|
const clusterName = 'AWS Cluster';
|
|
56
55
|
await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, users_1.testUsers.mainUser, (testInfo.workerIndex + 1) * 1000);
|
|
@@ -72,7 +72,6 @@ _8_9_1.test.describe('Cluster Setup Tests', () => {
|
|
|
72
72
|
await clusterSecretsPage.assertSecretsOrCreate(clusterName, (0, mcpSecrets_1.mcpSecretsValues)(mcpCredentials));
|
|
73
73
|
});
|
|
74
74
|
(0, _8_9_1.test)('Create AWS Cluster', async ({ page, loginPage, homePage, clusterPage, clusterDetailsPage, clusterSecretsPage, }, testInfo) => {
|
|
75
|
-
_8_9_1.test.skip(process.env.IS_AG === 'true', 'Skipping AWS cluster creation when IS_AG is true - will be investigated');
|
|
76
75
|
_8_9_1.test.slow();
|
|
77
76
|
const clusterName = 'AWS Cluster';
|
|
78
77
|
await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, users_1.testUsers.mainUser, (testInfo.workerIndex + 1) * 1000);
|