@centreon/js-config 23.10.55 → 23.10.56

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.
@@ -308,7 +308,7 @@ Cypress.Commands.add(
308
308
  ({
309
309
  name = Cypress.env('dockerName')
310
310
  }: StopWebContainerProps = {}): Cypress.Chainable => {
311
- const logDirectory = `cypress/results/logs/${Cypress.spec.name.replace(
311
+ const logDirectory = `results/logs/${Cypress.spec.name.replace(
312
312
  artifactIllegalCharactersMatcher,
313
313
  '_'
314
314
  )}/${Cypress.currentTest.title.replace(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@centreon/js-config",
3
3
  "description": "Centreon Frontend shared build configuration",
4
- "version": "23.10.55",
4
+ "version": "23.10.56",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon-frontend.git"
@@ -44,17 +44,17 @@
44
44
  "cypress"
45
45
  ],
46
46
  "dependencies": {
47
- "@badeball/cypress-cucumber-preprocessor": "^18.0.6",
47
+ "@badeball/cypress-cucumber-preprocessor": "^19.1.0",
48
48
  "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
49
49
  "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
50
50
  "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
51
- "@types/cypress-cucumber-preprocessor": "^4.0.2",
52
- "@types/dockerode": "^3.3.19",
53
- "cypress-multi-reporters": "^1.6.3",
54
- "cypress-terminal-report": "^5.3.6",
55
- "dockerode": "^3.3.5",
51
+ "@types/cypress-cucumber-preprocessor": "^4.0.5",
52
+ "@types/dockerode": "^3.3.23",
53
+ "cypress-multi-reporters": "^1.6.4",
54
+ "cypress-terminal-report": "^5.3.9",
55
+ "dockerode": "^4.0.0",
56
56
  "dotenv": "^16.3.1",
57
- "esbuild": "^0.19.3",
57
+ "esbuild": "^0.19.5",
58
58
  "mochawesome": "^7.1.3"
59
59
  }
60
60
  }