We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we run npm run start instead of npm run dev for the e2e tests they should be faster. The only caveat is there would be a faster build time.
npm run start
npm run dev
The text was updated successfully, but these errors were encountered:
[Issue #2459] Speed up e2e tests by testing against built frontend (#…
b4df98c
…2458)
Successfully merging a pull request may close this issue.
Summary
If we run
npm run start
instead ofnpm run dev
for the e2e tests they should be faster. The only caveat is there would be a faster build time.Acceptance criteria
The text was updated successfully, but these errors were encountered: