@camunda/e2e-test-suite 0.0.735 → 0.0.737

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.
@@ -58,8 +58,7 @@ const classificationTestCases = [
58
58
  },
59
59
  ];
60
60
  _8_10_1.test.describe.configure({ mode: 'parallel' });
61
- // Skipped due to 25713: https://github.com/camunda/camunda-hub/issues/25713
62
- _8_10_1.test.describe.skip('IDP User Flow Tests', () => {
61
+ _8_10_1.test.describe('IDP User Flow Tests', () => {
63
62
  const clusterName = 'Test Cluster';
64
63
  _8_10_1.test.afterEach(async ({ page }, testInfo) => {
65
64
  await (0, _setup_1.captureScreenshot)(page, testInfo);
@@ -51,8 +51,7 @@ const structuredTestCases = [
51
51
  },
52
52
  ]; /* For structured documents, the model is empty since is not necessary */
53
53
  _8_8_1.test.describe.configure({ mode: 'parallel' });
54
- // Skipped due to 25713: https://github.com/camunda/camunda-hub/issues/25713
55
- _8_8_1.test.describe.skip('IDP User Flow Tests', () => {
54
+ _8_8_1.test.describe('IDP User Flow Tests', () => {
56
55
  const clusterName = 'Test Cluster';
57
56
  _8_8_1.test.afterEach(async ({ page }, testInfo) => {
58
57
  await (0, _setup_1.captureScreenshot)(page, testInfo);
@@ -58,8 +58,7 @@ const classificationTestCases = [
58
58
  },
59
59
  ];
60
60
  _8_9_1.test.describe.configure({ mode: 'parallel' });
61
- // Skipped due to 25713: https://github.com/camunda/camunda-hub/issues/25713
62
- _8_9_1.test.describe.skip('IDP User Flow Tests', () => {
61
+ _8_9_1.test.describe('IDP User Flow Tests', () => {
63
62
  const clusterName = 'Test Cluster';
64
63
  _8_9_1.test.afterEach(async ({ page }, testInfo) => {
65
64
  await (0, _setup_1.captureScreenshot)(page, testInfo);
@@ -139,7 +139,8 @@ SM_8_9_1.test.describe.parallel('Smoke Tests', () => {
139
139
  });
140
140
  console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
141
141
  });
142
- (0, SM_8_9_1.test)('Most Common REST Connector User Flow @tasklistV2', async ({ context, operateHomePage, modelerHomePage, modelerCreatePage, connectorSettingsPage, navigationPage, operateProcessesPage, operateProcessInstancePage, connectorMarketplacePage, }, testInfo) => {
142
+ // Skipped due to 320: https://github.com/camunda/marketplace-api/issues/320
143
+ SM_8_9_1.test.skip('Most Common REST Connector User Flow @tasklistV2', async ({ context, operateHomePage, modelerHomePage, modelerCreatePage, connectorSettingsPage, navigationPage, operateProcessesPage, operateProcessInstancePage, connectorMarketplacePage, }, testInfo) => {
143
144
  SM_8_9_1.test.setTimeout(env_1.isOpenSearch ? 18 * 60 * 1000 : 12 * 60 * 1000);
144
145
  console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
145
146
  const processName = 'REST_Connector_Basic_Auth_Process' +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.735",
3
+ "version": "0.0.737",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",