Skip to content

Commit

Permalink
Merge pull request #6385 from nextcloud/renovate/stable29-cypress-vis…
Browse files Browse the repository at this point in the history
…ual-regression-5.x

chore(deps): update dependency cypress-visual-regression to ^5.2.1 (stable29)
  • Loading branch information
github-actions[bot] authored Sep 15, 2024
2 parents fc4f3e8 + 6c77538 commit 00d56ec
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 448 deletions.
4 changes: 1 addition & 3 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { defineConfig } = require('cypress')
const cypressSplit = require('cypress-split')
const { configureVisualRegression } = require('cypress-visual-regression/dist/plugin.js')
const { configureVisualRegression } = require('cypress-visual-regression/dist/plugin')

module.exports = defineConfig({
projectId: 'hx9gqy',
Expand All @@ -11,8 +11,6 @@ module.exports = defineConfig({
env: {
failSilently: false,
type: 'actual',
SNAPSHOT_BASE_DIRECTORY: './cypress/snapshots/base',
SNAPSHOT_DIFF_DIRECTORY: './cypress/snapshots/diff',
},
e2e: {
env: {
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 00d56ec

Please sign in to comment.