-
Notifications
You must be signed in to change notification settings - Fork 101
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
Karma Reporter #71
Comments
I don't see anything out there that works like QUnit, where you can re-run the tests in the browser. Which begs the question, how important is this? |
well if you reload the Chrome browser it launches, it does re-run the tests. |
@dperrymorrow - Yeah. That's the use case. |
Committing the node modules seems problematic. |
i would agree, could work... |
If you wanted to spend some time seeing if something like could work, it might be worth releasing. Other than that, the only path forward I'm aware of is rewriting the tests in QUnit. |
if we go down this road its just going to further complicate #59 though isn't it? |
Possibly. Just trying to figure out what our options are. @LeaVerou: how important is this to you? |
Closing this out for #82. |
ok i can always take a stab later at building a gulp task to create a test web page. |
IMO i think having CI in multiple browsers might be of more priority, with something like SauceLabs |
I think Browserstack or SauceLabs is a good idea. We can get a free account since this is open source. |
@LeaVerou has mentioned it would be nice to have an HTML reporter where users can re-run the tests in the browser. I was looking at something like this: https://www.npmjs.com/package/karma-jasmine-html-reporter.
@dperrymorrow - Seen this anywhere with karma? Ideas.
The text was updated successfully, but these errors were encountered: