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 juliusknorr committed Aug 28, 2024
1 parent 5806197 commit e4a7193
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 446 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
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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'

// eslint-disable-next-line no-unused-vars,n/no-extraneous-import
import regeneratorRuntime from 'regenerator-runtime'
Expand Down
Loading

0 comments on commit e4a7193

Please sign in to comment.