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

Testing on a web browser #314

Closed
raisen opened this Issue Dec 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@raisen

raisen commented Dec 8, 2015

Should I be able to write tests that run on a browser (Chrome)? I'm writing an application that uses chrome.* and some Web APIs like DOMParser, so mocking all these methods would be kind troublesome.
If it's possible to run on a browser, do I have to run browserify every time I need to run the tests in order for the require statements to work?

@vadimdemedes

This comment has been minimized.

Show comment
Hide comment
@vadimdemedes

vadimdemedes Dec 8, 2015

Member

At the moment, AVA can not be run in browser by default. We are definitely looking to support that in future, so I think I can surely say we should expect this feature to land by 1.0.

Closing it in favor (and as a duplicate) of #24.

Member

vadimdemedes commented Dec 8, 2015

At the moment, AVA can not be run in browser by default. We are definitely looking to support that in future, so I think I can surely say we should expect this feature to land by 1.0.

Closing it in favor (and as a duplicate) of #24.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment