As the latest version does a strict equality comparison, the filtering with suite name does not work anymore.
I am try to filter a suite from browser using the url http://localhost:9876/debug.html?spec=MySuite or by clicking the generated suite link (same url). It results in following error.
adapter.js:344 Uncaught Error: No spec found with name: "MySuite"
at getSpecsByName (adapter.js:344)
at getDebugSpecToRun (adapter.js:354)
at getSpecsToRun (adapter.js:429)
at new KarmaSpecFilter (adapter.js:435)
at createSpecFilter (adapter.js:452)
at ContextKarma.start (adapter.js:479)
at ContextKarma.window.__karma__.loaded (debug.js:27)
at debug.html?spec=MySuite:53
Ideally, the generated links should work.
As the latest version does a strict equality comparison, the filtering with suite name does not work anymore.
I am try to filter a suite from browser using the url
http://localhost:9876/debug.html?spec=MySuiteor by clicking the generated suite link (same url). It results in following error.Ideally, the generated links should work.