Merge pull request #6410 from aloisklink/test/fix-cypress-on-nodejs-v20.19.0

test(e2e): fix Cypress config for Node.JS v20.19.0
This commit is contained in:
Ashish Jain
2025-03-25 09:55:42 +00:00
committed by GitHub

View File

@@ -1,8 +1,8 @@
import eyesPlugin from '@applitools/eyes-cypress';
import { registerArgosTask } from '@argos-ci/cypress/task';
import coverage from '@cypress/code-coverage/task';
import coverage from '@cypress/code-coverage/task.js';
import { defineConfig } from 'cypress';
import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin';
import { addMatchImageSnapshotPlugin } from 'cypress-image-snapshot/plugin.js';
import cypressSplit from 'cypress-split';
export default eyesPlugin(