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
Description:
run all e2e tests:
$ yarn test:e2e
We need to add instructions to run single a e2e test on our README:
README
$ yarn run pack $ npx tape test/e2e/wallet.js
The text was updated successfully, but these errors were encountered:
What if we keep the same command to accept something like this:
yarn test:e2e TEST=test/e2e/init.js yarn test:e2e
This can work with no problem on *nix machines. If Windows should be covered, do we have a Windows machine to check what happens there?
Sorry, something went wrong.
If Windows should be covered, do we have a Windows machine to check what happens there?
I can recommend VirtualBox to cover Windows.
No branches or pull requests
Description:
run all e2e tests:
We need to add instructions to run single a e2e test on our
README
:The text was updated successfully, but these errors were encountered: