summaryrefslogtreecommitdiff
path: root/cypress.config.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-06-11 12:07:28 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-06-11 12:07:28 +0900
commitff9d4b2f74064817ac64982c7c4d5a4f79a51b64 (patch)
tree993f0a6e74c342112bab62e5406826dbf50dc154 /cypress.config.ts
parentMerge branch 'master' into develop (diff)
downloadsharkey-ff9d4b2f74064817ac64982c7c4d5a4f79a51b64.tar.gz
sharkey-ff9d4b2f74064817ac64982c7c4d5a4f79a51b64.tar.bz2
sharkey-ff9d4b2f74064817ac64982c7c4d5a4f79a51b64.zip
update cypress
Diffstat (limited to 'cypress.config.ts')
-rw-r--r--cypress.config.ts7
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',
+ },
+});