public icon indicating copy to clipboard operation
public copied to clipboard

JSUnit Support ...

Open asvifi85 opened this issue 6 years ago • 1 comments

Can it support JSUnit? Ours is legacy system build on google closure library , we are using jsunit framework for testing as it not having es6 components as all other testing frameworks are es6 oriented.

asvifi85 avatar Mar 22 '18 21:03 asvifi85

You could use junit-report-builder package, which generates the JSUnit XML file supported by many CI

danvc avatar Jun 11 '18 21:06 danvc