Skip to content

Commit

Permalink
hot fix with dependencies (#4243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ostapwd authored Sep 25, 2024
1 parent d041e14 commit 75b252d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
3 changes: 0 additions & 3 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const fs = require('fs');
const allureWriter = require('@shelex/cypress-allure-plugin/writer');
const { cloudPlugin } = require('cypress-cloud/plugin');
const registerReportPortalPlugin = require('@reportportal/agent-js-cypress/lib/plugin');
const webpackPreprocessor = require('@cypress/webpack-batteries-included-preprocessor');

const delay = async (ms) => new Promise((res) => setTimeout(res, ms));

Expand Down Expand Up @@ -50,8 +49,6 @@ module.exports = defineConfig({
reporterOptions: reportportalOptions,
e2e: {
async setupNodeEvents(on, config) {
on('file:preprocessor', webpackPreprocessor());

allureWriter(on, config);

on('task', {
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@
"chromedriver": "107.0.0",
"cypress": "12.0.0",
"sharp": "0.32.6",
"tsx": "3.14.0"
"tsx": "3.14.0",
"@interactors/core": "1.0.0",
"@interactors/globals": "1.0.0"
},
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.25.4",
"@cypress/grep": "^4.0.1",
"@cypress/request": "2.88.7",
"@cypress/webpack-batteries-included-preprocessor": "^3.0.5",
"@cypress/webpack-preprocessor": "^5.4.4",
"@folio/eslint-config-stripes": "^7.1.0",
"@interactors/html": "1.0.0",
"@interactors/keyboard": "1.0.0",
Expand All @@ -51,7 +50,6 @@
"@shelex/cypress-allure-plugin": "^2.40.0",
"axe-core": "4.3.3",
"axios": "^1.7.7",
"babel-loader": "^9.2.1",
"bigtest": "^0.16.1",
"cypress": "12.0.0",
"cypress-cloud": "^1.9.6",
Expand All @@ -77,8 +75,7 @@
"moment": "^2.29.3",
"prettier": "^3.0.2",
"tsx": "3.14.0",
"uuid": "^3.4.0",
"webpack": "^5.94.0"
"uuid": "^3.4.0"
},
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
Expand All @@ -90,6 +87,10 @@
},
"@folio/eslint-config-stripes": {
"sharp": "0.32.6"
},
"@interactors/with-cypress": {
"@interactors/core": "1.0.0",
"@interactors/globals": "1.0.0"
}
}
}

0 comments on commit 75b252d

Please sign in to comment.