You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
Debugging the tests in the browser as opposed to phantomjs would improve my workflow greatly. I'm still a grunt n00b but I imagine we would create a new Grunt task and just make sure that it doesn't quit as to give the user time to open a browser and debug. I've spent some time trying to get this working but no luck so far. Does anyone have any tips?
Also, I'm still dealing with #364 which isn't fun but manageable.
The text was updated successfully, but these errors were encountered:
I use grunt serve:test for this (with mocha) which does exactly what you want
everytime you add a new test file under test/spec/ you still have to add it manually to test/index.html though
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Debugging the tests in the browser as opposed to phantomjs would improve my workflow greatly. I'm still a grunt n00b but I imagine we would create a new Grunt task and just make sure that it doesn't quit as to give the user time to open a browser and debug. I've spent some time trying to get this working but no luck so far. Does anyone have any tips?
Also, I'm still dealing with #364 which isn't fun but manageable.
The text was updated successfully, but these errors were encountered: