You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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...The text was updated successfully, but these errors were encountered: