Skip to content

Commit

Permalink
freezed versions of interactors
Browse files Browse the repository at this point in the history
  • Loading branch information
ostapwd committed Sep 19, 2024
1 parent 5bd6364 commit c1bcb78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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 @@ -49,6 +50,8 @@ module.exports = defineConfig({
reporterOptions: reportportalOptions,
e2e: {
async setupNodeEvents(on, config) {
on('file:preprocessor', webpackPreprocessor());

allureWriter(on, config);

on('task', {
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"@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-rc1.4",
"@interactors/keyboard": "1.0.0-rc1.5",
Expand Down

0 comments on commit c1bcb78

Please sign in to comment.