Skip to content

Commit

Permalink
Merge pull request #2291 from nextcloud/dependabot/npm_and_yarn/cypre…
Browse files Browse the repository at this point in the history
…ss-visual-regression-4.0.0
  • Loading branch information
dependabot[bot] authored Feb 4, 2024
2 parents 6e42818 + ef2cbaa commit c43ac27
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
import { defineConfig } from 'cypress'

import browserify from '@cypress/browserify-preprocessor'
import getCompareSnapshotsPlugin from 'cypress-visual-regression/dist/plugin'
import { configureVisualRegression } from 'cypress-visual-regression/dist/plugin'

export default defineConfig({
projectId: 'okzqgr',
Expand Down Expand Up @@ -47,7 +47,7 @@ export default defineConfig({
async setupNodeEvents(on, config) {
// Fix browserslist extend https://github.com/cypress-io/cypress/issues/2983#issuecomment-570616682
on('file:preprocessor', browserify({ typescript: require.resolve('typescript') }))
getCompareSnapshotsPlugin(on, config)
configureVisualRegression(on)

// Disable spell checking to prevent rendering differences
on('before:browser:launch', (browser, launchOptions) => {
Expand Down
2 changes: 2 additions & 0 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
/* eslint-disable n/no-unpublished-import */
import axios from 'axios'
import { addCommands, User } from '@nextcloud/cypress'
import { addCompareSnapshotCommand } from 'cypress-visual-regression/dist/command'
import { basename } from 'path'

// Add custom commands
import 'cypress-wait-until'
addCommands()
addCompareSnapshotCommand()

// Register this file's custom commands types
declare global {
Expand Down
Loading

0 comments on commit c43ac27

Please sign in to comment.