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
I've had a couple of issues where the code passed all of the tests but did not work when installed via npx.
The black box tests should create a "release" and then install / run it using npx.
npm pack
.tgz
release-candidate
npx ./release-candidate
That way the test suite will truly be black box tests, in a clean environment with no dependencies on source code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've had a couple of issues where the code passed all of the tests but did not work when installed via npx.
The black box tests should create a "release" and then install / run it using npx.
npm pack
to create tarball (.tgz
) file.tgz
file to a directory, e.g.release-candidate
npx ./release-candidate
That way the test suite will truly be black box tests, in a clean environment with no dependencies on source code.
The text was updated successfully, but these errors were encountered: