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 Coverage folder index.html does not have any sub folder java script source links to view coverage.. In my case create-account.js.html cannot be reached from the outer index.html . The outer index.html has only create-account-management.js.html and not the inner folder javascript source files.
I was expecting the index,html to contain create-account.js.html and create-account-management.js.html links
The text was updated successfully, but these errors were encountered:
version:-
"karma-coverage": "^2.0.1"
settings:-
coverageReporter: {
type : 'html',
dir : 'coverage/'
}
path for source files:-
'../Web/Js/**/*.js': 'coverage',
When running the tests, the coverage is generated:-
But :
This is my coverage folder structure
The Coverage folder index.html does not have any sub folder java script source links to view coverage.. In my case create-account.js.html cannot be reached from the outer index.html . The outer index.html has only create-account-management.js.html and not the inner folder javascript source files.
I was expecting the index,html to contain create-account.js.html and create-account-management.js.html links
The text was updated successfully, but these errors were encountered: