Skip to content

Commit

Permalink
change apiUrl in cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott-king committed Oct 11, 2023
1 parent e70f22a commit 6932b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = defineConfig({
runMode: 2,
},
env: {
apiUrl: process.env.SHIPYARD_DOMAIN_BACKEND,
apiUrl: "frontend-cypress-realworld-app-cypress-realworld-ap-pr9.dev.nbeck415.shipyard.host",
mobileViewportWidthBreakpoint: 414,
coverage: false,
codeCoverage: {
Expand Down

0 comments on commit 6932b1e

Please sign in to comment.