@camunda/e2e-test-suite 0.0.13 → 0.0.14

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.
@@ -39,14 +39,14 @@ SM_8_7_1.test.describe.parallel('Smoke Tests', () => {
39
39
  console.log(`AfterEach end: timeout = ${testInfo.timeout}`);
40
40
  });
41
41
  (0, SM_8_7_1.test)('Basic Login', async ({ context, identityPage, navigationPage }, testInfo) => {
42
- console.log(`Test start: timeout = ${testInfo.timeout}`);
42
+ console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
43
43
  await context.clearCookies();
44
44
  await navigationPage.goToIdentity(1000);
45
45
  await (0, test_1.expect)(identityPage.identityBanner).toBeVisible({ timeout: 10000 });
46
- console.log(`Test end: timeout = ${testInfo.timeout}`);
46
+ console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
47
47
  });
48
48
  (0, SM_8_7_1.test)('Basic Navigation', async ({ context, navigationPage }, testInfo) => {
49
- console.log(`Test start: timeout = ${testInfo.timeout}`);
49
+ console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
50
50
  await SM_8_7_1.test.step('Assert Web Modeler Navigation', async () => {
51
51
  await context.clearCookies();
52
52
  await navigationPage.goToModeler();
@@ -69,11 +69,10 @@ SM_8_7_1.test.describe.parallel('Smoke Tests', () => {
69
69
  await context.clearCookies();
70
70
  await navigationPage.goToConsole();
71
71
  });
72
- console.log(`Test end: timeout = ${testInfo.timeout}`);
72
+ console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
73
73
  });
74
74
  (0, SM_8_7_1.test)('Most Common Flow User Flow With All Apps', async ({ page, context, modelerHomePage, navigationPage, modelerCreatePage, operateHomePage, operateProcessesPage, operateProcessInstancePage, optimizeHomePage, optimizeCollectionsPage, optimizeReportPage, taskDetailsPage, taskPanelPage, identityPage, identityUsersPage, }, testInfo) => {
75
- console.log(`Test start: timeout = ${testInfo.timeout}`);
76
- SM_8_7_1.test.slow();
75
+ console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
77
76
  const randomName = await (0, _setup_1.generateRandomStringAsync)(3);
78
77
  const processName = 'Zeebe_User_Task_Process' + randomName;
79
78
  const reportName = await (0, _setup_1.generateRandomStringAsync)(5);
@@ -144,11 +143,10 @@ SM_8_7_1.test.describe.parallel('Smoke Tests', () => {
144
143
  await (0, optimizeReportUtils_1.assertReportWithRefreshes)(page, optimizeHomePage, optimizeCollectionsPage, optimizeReportPage, reportName, optimizeReportPage.oneUserTaskInstance, 'One user task count');
145
144
  }
146
145
  });
147
- console.log(`Test end: timeout = ${testInfo.timeout}`);
146
+ console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
148
147
  });
149
148
  (0, SM_8_7_1.test)('Most Common REST Connector User Flow', async ({ page, context, operateHomePage, modelerHomePage, modelerCreatePage, connectorSettingsPage, navigationPage, operateProcessesPage, operateProcessInstancePage, connectorMarketplacePage, identityPage, identityUsersPage, }, testInfo) => {
150
- console.log(`Test start: timeout = ${testInfo.timeout}`);
151
- SM_8_7_1.test.slow();
149
+ console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
152
150
  const processName = 'REST_Connector_Basic_Auth_Process' +
153
151
  (await (0, _setup_1.generateRandomStringAsync)(3));
154
152
  await SM_8_7_1.test.step('Open Cross Component Test Project and Create a BPMN Diagram Template', async () => {
@@ -190,6 +188,6 @@ SM_8_7_1.test.describe.parallel('Smoke Tests', () => {
190
188
  (0, test_1.expect)((await operateProcessInstancePage.connectorResultVariableName('message')).isVisible()).toBeTruthy();
191
189
  await (0, test_1.expect)(page.getByTestId('variable-message').getByText('"Message from Mock!"')).toBeVisible({ timeout: 60000 });
192
190
  });
193
- console.log(`Test end: timeout = ${testInfo.timeout}`);
191
+ console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
194
192
  });
195
193
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",