Can someone shed some light on this issue?
--
You received this message because you are subscribed to the Google Groups "Jasmine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jasmine-js+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jasmine-js/c269781c-5859-4d6a-b58b-87c686c1f554%40googlegroups.com.
Jasmine is using the new jasmine-browser-runner (https://github.com/jasmine/jasmine-browser) package on NPM to start up a small Node.js-based server to serve all the files and then tear everything down once the test run is complete. I pulled this out into its own package so that it can be used by other projects as well. Currently, it only really supports serving static files from disk (since this is how Jasmine runs its own tests).I would be happy to hear some feedback and PRs to get that package in a state where it is useful to more folks that want to run their tests in a real browser.-Gregg
On Wed, Dec 4, 2019 at 12:57 PM Alper Sunar <asun...@gmail.com> wrote:
--Can someone shed some light on this issue?
You received this message because you are subscribed to the Google Groups "Jasmine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jasmi...@googlegroups.com.