Skip to content

Commit 080f52c

Browse files
committed
fixup! chore(deps-dev): Bump cypress from 13.17.0 to 15.10.0
1 parent 7ca97e6 commit 080f52c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

cypress.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
import { defineConfig } from 'cypress'
66

77
export default defineConfig({
8-
collaboraUrl: 'https://localhost:9980/',
8+
env: {
9+
collaboraUrl: process.env.CYPRESS_collaboraUrl ?? 'https://localhost:9980/',
10+
},
911
projectId: 'fef71b',
1012
viewportWidth: 1280,
1113
viewportHeight: 720,
1214
chromeWebSecurity: false,
1315
modifyObstructiveCode: false,
14-
allowCypressEnv: false,
1516
e2e: {
1617
// We've imported your old cypress plugins here.
1718
// You may want to clean this up later by importing these.

cypress/e2e/settings.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import { User } from '@nextcloud/e2e-test-server/cypress'
66

77
const usesHttps = Cypress.config('baseUrl').startsWith('https')
8-
const collaboraUrl = Cypress.config('collaboraUrl')
8+
const collaboraUrl = Cypress.env('collaboraUrl')
99
const defaultFonts = ['AmaticSC-Regular.ttf']
1010

1111
describe('Office admin settings', function() {

0 commit comments

Comments
 (0)