@camunda/e2e-test-suite 0.0.164 → 0.0.166
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.
|
@@ -64,6 +64,9 @@ _8_6_1.test.describe('Cluster Setup Tests', () => {
|
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
66
|
(0, _8_6_1.test)('Create AWS Cluster', async ({ page, loginPage, homePage, clusterPage, clusterDetailsPage, }, testInfo) => {
|
|
67
|
+
if (process.env.IS_AG === 'true') {
|
|
68
|
+
_8_6_1.test.skip(true, 'Skipping test because test not required in this test environment');
|
|
69
|
+
}
|
|
67
70
|
_8_6_1.test.slow();
|
|
68
71
|
const clusterName = 'AWS Cluster';
|
|
69
72
|
await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, users_1.testUsers.mainUser, (testInfo.workerIndex + 1) * 1000);
|
|
@@ -39,6 +39,9 @@ _8_7_1.test.describe('Cluster Setup Tests', () => {
|
|
|
39
39
|
await clusterDetailsPage.assertComponentsHealth();
|
|
40
40
|
});
|
|
41
41
|
(0, _8_7_1.test)('Create AWS Cluster', async ({ page, loginPage, homePage, clusterPage, clusterDetailsPage, }, testInfo) => {
|
|
42
|
+
if (process.env.IS_AG === 'true') {
|
|
43
|
+
_8_7_1.test.skip(true, 'Skipping test because test not required in this test environment');
|
|
44
|
+
}
|
|
42
45
|
_8_7_1.test.slow();
|
|
43
46
|
const clusterName = 'AWS Cluster';
|
|
44
47
|
await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, users_1.testUsers.mainUser, (testInfo.workerIndex + 1) * 1000);
|
|
@@ -65,7 +65,8 @@ _8_9_1.test.describe('Console User Flow Tests @tasklistV2', () => {
|
|
|
65
65
|
await (0, UtilitiesPage_1.assertLocatorVisibleWithRetry)(operateTabProcessInstancePage, operateTabProcessInstancePage.completedIcon, 'completed icon in Operate', 60000);
|
|
66
66
|
});
|
|
67
67
|
});
|
|
68
|
-
|
|
68
|
+
//Waiting infra team to provide DNS configuration for email testing, skipping for now
|
|
69
|
+
_8_9_1.test.skip('Alert Trigger Flow - Email Notification', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, clusterPage, clusterDetailsPage, connectorSettingsPage, operateHomePage, operateProcessesPage, operateProcessInstancePage, }) => {
|
|
69
70
|
_8_9_1.test.slow();
|
|
70
71
|
const processName = 'Email_Alert_Process' + (await (0, _setup_1.generateRandomStringAsync)(3));
|
|
71
72
|
const invalidURl = 'https://invalid';
|