Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Add guide/documentation for cross-browser testing #169

Open
holic opened this issue May 26, 2015 · 1 comment
Open

Add guide/documentation for cross-browser testing #169

holic opened this issue May 26, 2015 · 1 comment

Comments

@holic
Copy link

holic commented May 26, 2015

It's great that there's a section in the guide for unit testing, but one thing I'm still unclear on is how to effectively cross-browser test my Vue apps. I'm still getting the hang of testing in general and some clarity in this area would be extremely helpful!

Maybe as you're fleshing out Vue Router and adding tests to it, you could document the steps to setting up the testing framework, adding tests, running tests in Sauce Labs, etc.?

@yyx990803
Copy link
Member

Hmm, strictly speaking that's not really part of Vue's concern, since most e2e test solutions are based on Selenium and are framework agnostic. Or, if you are interested in cross-browser unit testing, then you can look at how Vue's source code uses Karma to do that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants