1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-21 04:19:24 +00:00

Updated name of tournaments in seeds and added local cypress tests

This commit is contained in:
2024-03-16 19:06:40 -04:00
parent e46180e9ea
commit b108545034
5 changed files with 22 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ const { defineConfig } = require('cypress')
module.exports = defineConfig({
e2e: {
baseUrl: 'http://wrestlingdev-test.wimer.house',
baseUrl: 'http://localhost',
supportFile: false,
video: false,
},