@open-xchange/appsuite-codeceptjs 0.6.9 → 0.6.11

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.
@@ -1 +1 @@
1
- FROM registry.gitlab.com/openxchange/appsuite/web-foundation/base-images/playwright:v1.55.0-jammy
1
+ FROM registry.gitlab.com/openxchange/appsuite/web-foundation/base-images/playwright:v1.55.1-jammy
package/index.js CHANGED
@@ -186,7 +186,7 @@ module.exports = {
186
186
  require: '@open-xchange/codecept-horizontal-scaler',
187
187
  suiteFilePath: process.env.FILTER_SUITE,
188
188
  filterFn: process.env.runOnly === 'true' ? () => false : undefined,
189
- nodePrefix: process.env.CI_JOB_GROUP_NAME ? process.env.CI_JOB_NAME.replace(/[^a-z0-9]+/gi, '-').toLowerCase() : 'core-ui',
189
+ nodePrefix: process.env.CI_JOB_GROUP_NAME ? process.env.CI_JOB_GROUP_NAME.replace(/[^a-z0-9]+/gi, '-').toLowerCase() : 'core-ui',
190
190
  }
191
191
  },
192
192
  rerun: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/appsuite-codeceptjs",
3
- "version": "0.6.9",
3
+ "version": "0.6.11",
4
4
  "description": "OX App Suite CodeceptJS Configuration and Helpers",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -17,12 +17,12 @@
17
17
  "@axe-core/playwright": "^4.10.2",
18
18
  "@codeceptjs/helper": "^2.0.4",
19
19
  "@influxdata/influxdb-client": "^1.35.0",
20
- "@playwright/test": "1.55.0",
20
+ "@playwright/test": "1.55.1",
21
21
  "allure-codeceptjs": "2.15.1",
22
22
  "chai": "^6.0.0",
23
23
  "chalk": "^4.1.2",
24
24
  "chalk-table": "^1.0.2",
25
- "codeceptjs": "3.7.4",
25
+ "codeceptjs": "3.7.5",
26
26
  "dotenv": "^17.2.1",
27
27
  "mocha": "^11.7.1",
28
28
  "mocha-junit-reporter": "^2.2.1",
@@ -30,9 +30,9 @@
30
30
  "moment": "^2.30.1",
31
31
  "moment-timezone": "^0.6.0",
32
32
  "p-retry": "^7.0.0",
33
- "playwright-core": "1.55.0",
33
+ "playwright-core": "1.55.1",
34
34
  "short-uuid": "^5.2.0",
35
- "@open-xchange/codecept-horizontal-scaler": "0.1.12",
35
+ "@open-xchange/codecept-horizontal-scaler": "0.1.13",
36
36
  "@open-xchange/soap-client": "0.0.7"
37
37
  },
38
38
  "devDependencies": {