@camunda/e2e-test-suite 0.0.831 → 0.0.832
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.
|
@@ -9,7 +9,8 @@ const sleep_1 = require("../../utils/sleep");
|
|
|
9
9
|
const constants_1 = require("../../utils/constants");
|
|
10
10
|
const apiHelpers_1 = require("../../utils/apiHelpers");
|
|
11
11
|
c8Run_8_10_1.test.beforeAll(async () => {
|
|
12
|
-
|
|
12
|
+
c8Run_8_10_1.test.setTimeout(18 * 60 * 1000);
|
|
13
|
+
await (0, apiHelpers_1.waitForConnectorsReady)(undefined, 900000);
|
|
13
14
|
await Promise.all([
|
|
14
15
|
(0, zeebeClient_1.deploy)('./resources/Basic_Auth_REST_Connector.bpmn'),
|
|
15
16
|
(0, zeebeClient_1.deploy)('./resources/Intermediate_Event_Webhook_Connector_No_Auth_Process.bpmn'),
|
|
@@ -35,7 +36,8 @@ c8Run_8_10_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
|
|
|
35
36
|
await (0, _setup_1.captureScreenshot)(page, testInfo);
|
|
36
37
|
await (0, _setup_1.captureFailureVideo)(page, testInfo);
|
|
37
38
|
});
|
|
38
|
-
|
|
39
|
+
// Skipped due to bug #7984: https://github.com/camunda/connectors/issues/7984
|
|
40
|
+
c8Run_8_10_1.test.skip('REST Connector No Auth User Flow', async ({ page, operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
|
|
39
41
|
await c8Run_8_10_1.test.step('View Process Instance in Operate, assert it completes and assert result expression', async () => {
|
|
40
42
|
await (0, test_1.expect)(operateHomePage.processesTab).toBeVisible({ timeout: 180000 });
|
|
41
43
|
await operateHomePage.clickProcessesTab();
|
|
@@ -46,7 +48,8 @@ c8Run_8_10_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
|
|
|
46
48
|
await (0, UtilitiesPage_1.assertLocatorVisibleWithRetry)(page, operateProcessInstancePage.statusVariable.getByText('"Awesome!"'), 'Status variable text');
|
|
47
49
|
});
|
|
48
50
|
});
|
|
49
|
-
|
|
51
|
+
// Skipped due to bug #7984: https://github.com/camunda/connectors/issues/7984
|
|
52
|
+
c8Run_8_10_1.test.skip('REST Connector Basic Auth User Flow', async ({ page, operateHomePage, operateProcessesPage, operateProcessInstancePage, }) => {
|
|
50
53
|
await c8Run_8_10_1.test.step('View Process Instance in Operate, assert it completes and assert result expression', async () => {
|
|
51
54
|
await (0, test_1.expect)(operateHomePage.processesTab).toBeVisible({ timeout: 180000 });
|
|
52
55
|
await operateHomePage.clickProcessesTab();
|
|
@@ -57,7 +60,8 @@ c8Run_8_10_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
|
|
|
57
60
|
await (0, UtilitiesPage_1.assertLocatorVisibleWithRetry)(page, operateProcessInstancePage.messageVariable.getByText('"Awesome!"'), 'Status variable text');
|
|
58
61
|
});
|
|
59
62
|
});
|
|
60
|
-
|
|
63
|
+
// Skipped due to bug #7984: https://github.com/camunda/connectors/issues/7984
|
|
64
|
+
c8Run_8_10_1.test.skip('REST Connector Bearer Token Auth User Flow', async ({ operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
|
|
61
65
|
await c8Run_8_10_1.test.step('View Process Instance in Operate, assert it completes and assert result expression', async () => {
|
|
62
66
|
await (0, test_1.expect)(operateHomePage.processesTab).toBeVisible({ timeout: 180000 });
|
|
63
67
|
await operateHomePage.clickProcessesTab();
|
|
@@ -72,7 +76,8 @@ c8Run_8_10_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
|
|
|
72
76
|
});
|
|
73
77
|
});
|
|
74
78
|
});
|
|
75
|
-
|
|
79
|
+
// Skipped due to bug #7984: https://github.com/camunda/connectors/issues/7984
|
|
80
|
+
c8Run_8_10_1.test.skip('Start Event Webhook Connector No Auth User Flow', async ({ page, request, operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
|
|
76
81
|
await c8Run_8_10_1.test.step('Make Authorization Request', async () => {
|
|
77
82
|
await (0, sleep_1.sleep)(300000);
|
|
78
83
|
await (0, test_1.expect)(async () => {
|
|
@@ -90,7 +95,8 @@ c8Run_8_10_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
|
|
|
90
95
|
await operateProcessInstancePage.completedIconAssertion();
|
|
91
96
|
});
|
|
92
97
|
});
|
|
93
|
-
|
|
98
|
+
// Skipped due to bug #7984: https://github.com/camunda/connectors/issues/7984
|
|
99
|
+
c8Run_8_10_1.test.skip('Intermediate Event Webhook Connector No Auth User Flow', async ({ request, operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
|
|
94
100
|
await c8Run_8_10_1.test.step('Make Authorization Request', async () => {
|
|
95
101
|
await (0, sleep_1.sleep)(60000);
|
|
96
102
|
await (0, test_1.expect)(async () => {
|
|
@@ -52,7 +52,8 @@ c8Run_8_10_1.test.describe('@tasklistV2 MCP Client connector authentication test
|
|
|
52
52
|
await (0, _setup_1.captureFailureVideo)(page, testInfo);
|
|
53
53
|
});
|
|
54
54
|
for (const { name, processId, getVariables } of authMethods) {
|
|
55
|
-
|
|
55
|
+
// Skipped due to bug #7984: https://github.com/camunda/connectors/issues/7984
|
|
56
|
+
c8Run_8_10_1.test.skip(`As a user I can authenticate using ${name} and list tools`, async ({ operateHomePage, operateProcessesPage, operateProcessInstancePage, }) => {
|
|
56
57
|
await (0, zeebeClient_1.createInstances)(processId, 1, 1, getVariables?.());
|
|
57
58
|
await (0, sleep_1.sleep)(2000);
|
|
58
59
|
await c8Run_8_10_1.test.step('Navigate to completed process instance', async () => {
|
|
@@ -28,7 +28,8 @@ c8Run_8_10_1.test.describe('@tasklistV2 MCP Client connector tests', () => {
|
|
|
28
28
|
await (0, _setup_1.captureScreenshot)(page, testInfo);
|
|
29
29
|
await (0, _setup_1.captureFailureVideo)(page, testInfo);
|
|
30
30
|
});
|
|
31
|
-
|
|
31
|
+
// Skipped due to bug #7984: https://github.com/camunda/connectors/issues/7984
|
|
32
|
+
c8Run_8_10_1.test.skip('As an user I can invoke the MCP Client connector and use all its operations', async ({ operateHomePage, operateProcessesPage, operateProcessInstancePage, }) => {
|
|
32
33
|
c8Run_8_10_1.test.slow();
|
|
33
34
|
await c8Run_8_10_1.test.step('Navigate to completed process instance', async () => {
|
|
34
35
|
await operateHomePage.clickProcessesTab();
|