forked from FoundKeyGang/FoundKey
update cypress
This commit is contained in:
parent
bcb3f2c256
commit
ff9d4b2f74
2 changed files with 7 additions and 3 deletions
7
cypress.config.ts
Normal file
7
cypress.config.ts
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
import { defineConfig } from 'cypress';
|
||||||
|
|
||||||
|
export default defineConfig({
|
||||||
|
e2e: {
|
||||||
|
baseUrl: 'http://localhost:61812',
|
||||||
|
},
|
||||||
|
});
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"baseUrl": "http://localhost:61812"
|
|
||||||
}
|
|
Loading…
Reference in a new issue