Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0.0, 1.0.1
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
It would be extremely helpful if JS Test Runner was integrated with JS Sonar plugin to run tests and collect test metrics (test coverage if possible).
Activity
Christopher Hunt
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Won't Fix [ 2 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Thanks for raising the issue.
JS Test Runner will run automatically via Surefire so Sonar should be able to invoke the tests. JS code coverage is a much harder issue. It isn't the realm of JS Test Runner to perform code coverage analysis, but I see that it'd be tremendously useful. I think a separate project should be established to do or to wrap this. There are also some JS code coverage tools out there.