Skip to content

Commit

Permalink
chore: forsøk hosting på 127 for Cypress på CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Nov 15, 2022
1 parent 5981048 commit 127a050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
return config;
},
specPattern: ".//**/integration/*.spec.*",
baseUrl: "http://localhost:9000",
baseUrl: "http://127.0.0.1:9000",
excludeSpecPattern: ["**/__snapshots__/*", "**/__image_snapshots__/*", "**/node_modules/**", "./scripts/**"],
},
});
4 changes: 2 additions & 2 deletions portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"clean:portal": "gatsby clean",
"build:docs": "gatsby build",
"build:test": "gatsby build && gatsby serve",
"dev": "gatsby develop --host 0.0.0.0",
"dev": "gatsby develop --host 0.0.0.0 --port 8000",
"start": "pnpm dev",
"serve": "gatsby serve"
"serve": "gatsby serve --host 127.0.0.1 --port 9000"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 127a050

Please sign in to comment.