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
There are a number of issues with the current tests:
npm run tests-init
npm run tests-e2e
npm run build-all
npm run start
npm run setup-ssl
The following should be improved/changed:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There are a number of issues with the current tests:
npm run tests-init
must be run beforenpm run tests-e2e
or when executing individual tests via hurl, etc.npm run build-all
should be run before any tests to ensure the latest code is being testednpm run start
must be run for any test scripts (except `npm run tests-ci``npm run setup-ssl
)The following should be improved/changed:
The text was updated successfully, but these errors were encountered: