diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-06-11 12:07:28 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-06-11 12:07:28 +0900 |
| commit | ff9d4b2f74064817ac64982c7c4d5a4f79a51b64 (patch) | |
| tree | 993f0a6e74c342112bab62e5406826dbf50dc154 /cypress.config.ts | |
| parent | Merge branch 'master' into develop (diff) | |
| download | sharkey-ff9d4b2f74064817ac64982c7c4d5a4f79a51b64.tar.gz sharkey-ff9d4b2f74064817ac64982c7c4d5a4f79a51b64.tar.bz2 sharkey-ff9d4b2f74064817ac64982c7c4d5a4f79a51b64.zip | |
update cypress
Diffstat (limited to 'cypress.config.ts')
| -rw-r--r-- | cypress.config.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cypress.config.ts b/cypress.config.ts new file mode 100644 index 0000000000..3c8a8c1387 --- /dev/null +++ b/cypress.config.ts @@ -0,0 +1,7 @@ +import { defineConfig } from 'cypress'; + +export default defineConfig({ + e2e: { + baseUrl: 'http://localhost:61812', + }, +}); |