mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-28 18:04:55 +00:00
Added some cypress tests
This commit is contained in:
@@ -3,8 +3,9 @@ const { defineConfig } = require('cypress')
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
baseUrl: 'http://localhost',
|
||||
supportFile: false,
|
||||
supportFile: 'cypress/support/e2e.js', // Path to e2e.js
|
||||
video: false,
|
||||
|
||||
},
|
||||
env: {
|
||||
CYPRESS_PASSWORD: 'password',
|
||||
|
||||
Reference in New Issue
Block a user