1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/cypress-tests/cypress.config.js

13 lines
275 B
JavaScript

const { defineConfig } = require('cypress')
module.exports = defineConfig({
e2e: {
baseUrl: 'http://wrestlingdev-test.wimer.house',
supportFile: false,
video: false,
},
env: {
CYPRESS_PASSWORD: 'password',
CYPRESS_USERNAME: 'test@test.com',
},
})