Skip to content

Commit

Permalink
chore(deps): update dependency cypress-visual-regression to ^5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and juliushaertl committed Aug 28, 2024
1 parent 0d5dc79 commit 5c1f6e7
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 447 deletions.
2 changes: 1 addition & 1 deletion cypress.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import { defineConfig } from 'cypress'
import cypressSplit from 'cypress-split'
import { configureVisualRegression } from 'cypress-visual-regression/dist/plugin.js'
import { configureVisualRegression } from 'cypress-visual-regression'
import vitePreprocessor from 'cypress-vite'
import { nodePolyfills } from 'vite-plugin-node-polyfills'
import vue from '@vitejs/plugin-vue2'
Expand Down
3 changes: 1 addition & 2 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import axios from '@nextcloud/axios'
import { emit } from '@nextcloud/event-bus'
import { addCommands } from '@nextcloud/cypress'
import { addCompareSnapshotCommand } from 'cypress-visual-regression/dist/command.js'

import { addCompareSnapshotCommand } from 'cypress-visual-regression/dist/command'
// eslint-disable-next-line no-unused-vars,n/no-extraneous-import
import regeneratorRuntime from 'regenerator-runtime'

Expand Down
Loading

0 comments on commit 5c1f6e7

Please sign in to comment.