Skip to content
New issue

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

add instructions to run individual e2e tests #1673

Closed
fedekunze opened this issue Nov 30, 2018 · 2 comments
Closed

add instructions to run individual e2e tests #1673

fedekunze opened this issue Nov 30, 2018 · 2 comments
Labels
documentation 📚 Issues that require documentation either on the repository or in the Cosmos Docs

Comments

@fedekunze
Copy link
Contributor

fedekunze commented Nov 30, 2018

Description:

run all e2e tests:

$ yarn test:e2e

We need to add instructions to run single a e2e test on our README:

$ yarn run pack
$ npx tape test/e2e/wallet.js
@fedekunze fedekunze added the documentation 📚 Issues that require documentation either on the repository or in the Cosmos Docs label Nov 30, 2018
@sabau
Copy link
Contributor

sabau commented Dec 7, 2018

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?

@sabau sabau mentioned this issue Dec 7, 2018
2 tasks
@faboweb
Copy link
Collaborator

faboweb commented Dec 10, 2018

If Windows should be covered, do we have a Windows machine to check what happens there?

I can recommend VirtualBox to cover Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📚 Issues that require documentation either on the repository or in the Cosmos Docs
Projects
None yet
Development

No branches or pull requests

3 participants