Skip to content

Commit

Permalink
ci: use different server command for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed Jun 25, 2024
1 parent c4f445b commit c600b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
...nxE2EPreset(__filename, {
cypressDir: 'src',
webServerCommands: { default: 'nx run haqq-website:start' },
ciWebServerCommand: 'nx run haqq-website:serve-static',
ciWebServerCommand: 'nx run haqq-website:start',
}),
baseUrl: 'http://localhost:3000',
},
Expand Down

1 comment on commit c600b5b

@vercel
Copy link

@vercel vercel bot commented on c600b5b Jun 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.