Skip to content
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

Selecting one spec is not possible with karma-jasmine 3.1 #39

Closed
HolgerJeromin opened this issue Mar 5, 2020 · 2 comments
Closed

Selecting one spec is not possible with karma-jasmine 3.1 #39

HolgerJeromin opened this issue Mar 5, 2020 · 2 comments

Comments

@HolgerJeromin
Copy link

The link generated by this html-reporter does not work anymore. We get a white background without any content.

This is already reported over there: karma-runner/karma-jasmine#256
Probably this change causes the failure. At least the newline in getSpecsByName throws the error that is shown in the console...

Uncaught Error: No spec found with name: "mySpec"
    at getSpecsByName (adapter.js:346)
    at getDebugSpecToRun (adapter.js:356)
    at getSpecsToRun (adapter.js:431)
    at new KarmaSpecFilter (adapter.js:437)
    at createSpecFilter (adapter.js:454)
    at ContextKarma.start (adapter.js:481)
    at ContextKarma.window.__karma__.loaded (debug.js:27)
    at debug.html?spec=mySpec:1353
@dfederm
Copy link
Owner

dfederm commented Mar 6, 2020

Thanks, following up on the karma-jasmine issue since I believe the issue is on that side.

@HolgerJeromin
Copy link
Author

Fixed with karma-runner/karma-jasmine#270
Tested with "karma-jasmine": "3.3.1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants