Skip to content

Commit

Permalink
fix(cypress): hardcode base url
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Apr 11, 2023
1 parent e7ce2cf commit efc5d3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { defineConfig } from 'cypress'
import getCompareSnapshotsPlugin from 'cypress-visual-regression/dist/plugin'

import { CYPRESS_BASE_URL } from '@dargmuesli/nuxt-vio/utils/constants'

export default defineConfig({
e2e: {
baseUrl: CYPRESS_BASE_URL,
baseUrl: 'http://localhost:3000',
setupNodeEvents(on, config) {
getCompareSnapshotsPlugin(on, config)

Expand Down

0 comments on commit efc5d3a

Please sign in to comment.