mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-23 06:41:00 +00:00
Added first cypress e2e tests
This commit is contained in:
13
cypress-tests/cypress.config.js
Normal file
13
cypress-tests/cypress.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
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',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user