@open-xchange/appsuite-codeceptjs 0.4.0 → 0.4.1

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.
Files changed (2) hide show
  1. package/index.js +4 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -148,7 +148,10 @@ module.exports = {
148
148
  allure: {
149
149
  enabled: true,
150
150
  require: 'allure-codeceptjs',
151
- resultsDir: './output'
151
+ outputDir: './output'
152
+ // This will change to the below once the allure plugin is updated to >= 3.0.0
153
+ // At the time of writing, the allure plugin is at 3.0.0-beta.3 and screenshots are not working
154
+ // resultsDir: './output'
152
155
  },
153
156
  testMetrics: {
154
157
  require: '@open-xchange/appsuite-codeceptjs/src/plugins/testmetrics',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/appsuite-codeceptjs",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "OX App Suite CodeceptJS Configuration and Helpers",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "@influxdata/influxdb-client": "^1.33.2",
16
16
  "@open-xchange/codecept-horizontal-scaler": "^0.1.7",
17
17
  "@playwright/test": "1.44.1",
18
- "allure-codeceptjs": "3.0.0-beta.3",
18
+ "allure-codeceptjs": "^2.15.1",
19
19
  "chai": "^5.1.1",
20
20
  "chai-subset": "^1.6.0",
21
21
  "chalk": "^4.1.0",