Skip to content

Commit 00d56ec

Browse files
Merge pull request #6385 from nextcloud/renovate/stable29-cypress-visual-regression-5.x
chore(deps): update dependency cypress-visual-regression to ^5.2.1 (stable29)
2 parents fc4f3e8 + 6c77538 commit 00d56ec

File tree

6 files changed

+142
-448
lines changed

6 files changed

+142
-448
lines changed

cypress.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { defineConfig } = require('cypress')
22
const cypressSplit = require('cypress-split')
3-
const { configureVisualRegression } = require('cypress-visual-regression/dist/plugin.js')
3+
const { configureVisualRegression } = require('cypress-visual-regression/dist/plugin')
44

55
module.exports = defineConfig({
66
projectId: 'hx9gqy',
@@ -11,8 +11,6 @@ module.exports = defineConfig({
1111
env: {
1212
failSilently: false,
1313
type: 'actual',
14-
SNAPSHOT_BASE_DIRECTORY: './cypress/snapshots/base',
15-
SNAPSHOT_DIFF_DIRECTORY: './cypress/snapshots/diff',
1614
},
1715
e2e: {
1816
env: {

cypress/snapshots/base/print.spec.js/print view in single-file share.png renamed to cypress/snapshots/base/cypress/e2e/print.spec.js/print view in single-file share.png

File renamed without changes.

cypress/snapshots/base/print.spec.js/print view in viewer.png renamed to cypress/snapshots/base/cypress/e2e/print.spec.js/print view in viewer.png

File renamed without changes.

cypress/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import axios from '@nextcloud/axios'
2424
import { emit } from '@nextcloud/event-bus'
2525
import { addCommands } from '@nextcloud/cypress'
26-
import { addCompareSnapshotCommand } from 'cypress-visual-regression/dist/command.js'
26+
import { addCompareSnapshotCommand } from 'cypress-visual-regression/dist/command'
2727

2828
// eslint-disable-next-line no-unused-vars,n/no-extraneous-import
2929
import regeneratorRuntime from 'regenerator-runtime'

0 commit comments

Comments
 (0)