@camunda/e2e-test-suite 0.0.596 → 0.0.597

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.
@@ -8,7 +8,6 @@ const users_1 = require("../../utils/users");
8
8
  const testUser = (0, users_1.getTestUser)('twentyFirstUser');
9
9
  _8_6_1.test.describe.configure({ mode: 'parallel' });
10
10
  _8_6_1.test.describe('Navigation Tests', () => {
11
- _8_6_1.test.skip(process.env.IS_AG === 'true', 'Skipping Navigation Tests due to console breaking changes');
12
11
  const clusterName = 'Test Cluster';
13
12
  _8_6_1.test.beforeEach(async ({ page, loginPage }, testInfo) => {
14
13
  await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, testUser, (testInfo.workerIndex + 1) * 1000);
@@ -18,7 +18,6 @@ const users_1 = require("../../utils/users");
18
18
  const testUser = (0, users_1.getTestUser)('thirteenthUser');
19
19
  _8_6_1.test.describe.configure({ mode: 'parallel' });
20
20
  _8_6_1.test.describe('Smoke Tests', () => {
21
- _8_6_1.test.skip(process.env.IS_AG === 'true', 'Skipping Smoke Tests due to console breaking changes');
22
21
  const clusterName = 'Test Cluster';
23
22
  // Use fixed names for upgrade testing validation, random names for regular testing
24
23
  const useFixedNames = process.env.UPGRADE_BASELINE === 'true';
@@ -7,7 +7,6 @@ const users_1 = require("../../utils/users");
7
7
  const UtilitiesPage_1 = require("../../pages/8.6/UtilitiesPage");
8
8
  _8_6_1.test.describe.configure({ mode: 'parallel' });
9
9
  _8_6_1.test.describe('Cluster Setup Tests', () => {
10
- _8_6_1.test.skip(process.env.IS_AG === 'true', 'Skipping Cluster Setup Tests due to console breaking changes');
11
10
  _8_6_1.test.afterEach(async ({ page }, testInfo) => {
12
11
  await (0, _setup_1.captureScreenshot)(page, testInfo);
13
12
  await (0, _setup_1.captureFailureVideo)(page, testInfo);
@@ -8,7 +8,6 @@ const users_1 = require("../../utils/users");
8
8
  const testUser = (0, users_1.getTestUser)('twentyFirstUser');
9
9
  _8_7_1.test.describe.configure({ mode: 'parallel' });
10
10
  _8_7_1.test.describe('Navigation Tests', () => {
11
- _8_7_1.test.skip(process.env.IS_AG === 'true', 'Skipping Navigation Tests due to console breaking changes');
12
11
  const clusterName = 'Test Cluster';
13
12
  _8_7_1.test.beforeEach(async ({ page, loginPage }, testInfo) => {
14
13
  await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, testUser, (testInfo.workerIndex + 1) * 1000);
@@ -30,7 +30,6 @@ const TIMEOUT = {
30
30
  const useFixedNames = process.env.UPGRADE_BASELINE === 'true';
31
31
  _8_7_1.test.describe.configure({ mode: 'parallel' });
32
32
  _8_7_1.test.describe('Smoke Tests', () => {
33
- _8_7_1.test.skip(process.env.IS_AG === 'true', 'Skipping Smoke Tests due to console breaking changes');
34
33
  _8_7_1.test.beforeEach(async ({ page, loginPage }, testInfo) => {
35
34
  await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, testUser, (testInfo.workerIndex + 1) * 1000);
36
35
  });
@@ -7,7 +7,6 @@ const UtilitiesPage_1 = require("../../pages/8.7/UtilitiesPage");
7
7
  const users_1 = require("../../utils/users");
8
8
  _8_7_1.test.describe.configure({ mode: 'parallel' });
9
9
  _8_7_1.test.describe('Cluster Setup Tests', () => {
10
- _8_7_1.test.skip(process.env.IS_AG === 'true', 'Skipping Cluster Setup Tests due to console breaking changes');
11
10
  _8_7_1.test.afterEach(async ({ page }, testInfo) => {
12
11
  await (0, _setup_1.captureScreenshot)(page, testInfo);
13
12
  await (0, _setup_1.captureFailureVideo)(page, testInfo);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.596",
3
+ "version": "0.0.597",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",