Skip to content

Commit

Permalink
Merge pull request #6187 from nextcloud/renovate/main-cypress-visual-…
Browse files Browse the repository at this point in the history
…regression-5.x
  • Loading branch information
juliushaertl committed Sep 13, 2024
2 parents 3109ff0 + 50a4766 commit bcd5c28
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/dist/plugin'
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/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 bcd5c28

Please sign in to comment.