Skip to content

Commit

Permalink
refactor(HelloWorldExample): Run example on port 8083
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 9, 2023
1 parent 859ad9c commit e3bc54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/hello-world/cypress.config.js
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
setupNodeEvents(on, config) {
// implement node event listeners here
},
baseUrl: 'http://localhost:8080',
baseUrl: 'http://localhost:8083',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
})
4 changes: 2 additions & 2 deletions examples/hello-world/package.json
Expand Up @@ -13,8 +13,8 @@
"test:node": "node ./index.mjs",
"cypress:open": "npx cypress open",
"cypress:run": "npx cypress run",
"start": "http-server",
"test:browser": "start-server-and-test start http://localhost:8080 cypress:run"
"start": "http-server -p 8083",
"test:browser": "start-server-and-test start http://localhost:8083 cypress:run"
},
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit e3bc54a

Please sign in to comment.