We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the default configuration with jasmine_gem as a server results in
14:01:17 - ERROR - Jasmine test runner fails with response code 404 14:01:17 - ERROR - File not found: /jasmine
To fix this when using the jasmine_gem as server the script should do a request to http://localhost:XXXXX/ instead of http://localhost:XXXXX/jasmine
If someone can confirm the same error I would gladly do a patch.
The text was updated successfully, but these errors were encountered:
Yes, I can confirm that the default jasmine_url doesn't take that into account. I'd appreciate a patch for it! Thanks.
jasmine_url
Sorry, something went wrong.
d31b0f7
Thanks!
You're welcome. I hope you haven't started already, but I was in the flow when merging the coverage branch and just fixed it.
No branches or pull requests
Using the default configuration with jasmine_gem as a server results in
14:01:17 - ERROR - Jasmine test runner fails with response code 404
14:01:17 - ERROR - File not found: /jasmine
To fix this when using the jasmine_gem as server the script should do a request to http://localhost:XXXXX/ instead of http://localhost:XXXXX/jasmine
If someone can confirm the same error I would gladly do a patch.
The text was updated successfully, but these errors were encountered: