Open joescii opened 8 years ago
Hi Joe, did you get this working? if not, any pointers to make it work?
No, I haven't. I'd close the issue if I did ;)
This plugin works by creating an HTML page and referencing the needed javascript files, but then feeds it to HtmlUnit
. For this task, you would want to do a similar thing, except you would open the HTML file in your browser. The other difference is how you kick off jasmine, perhaps. I don't recall the details, but it does have a nice UI for testing in a browser, rather than what the current behavior of printing to the console.
Thanks and yeah, Jasmine is pretty good at running in browser, have already got that working in other projects.
So, it seems the main thing here would be to bootstrap Jasmine in-browser. Will see about that.
Just like sbt-jasmine-plugin has