forked from capability-boosters-dev/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish jUnit test result file from karma tests
Test plan: * run `yarn test` * there should be xml file in coverage-js/karma-test-results.xml With the spec results that we will use for Jenkins builds Change-Id: Ic68de197d2b52dbccdf58dc2d148aef1f2ca2646 Reviewed-on: https://gerrit.instructure.com/135949 Tested-by: Jenkins Reviewed-by: Robert Lamb <[email protected]> Product-Review: Ryan Shaw <[email protected]> QA-Review: Ryan Shaw <[email protected]>
- Loading branch information
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5609,6 +5609,13 @@ karma-firework-reporter@~0.2.4: | |
request "~2.33.0" | ||
rsvp "~3.0.3" | ||
|
||
karma-junit-reporter@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/karma-junit-reporter/-/karma-junit-reporter-1.2.0.tgz#4f9c40cedfb1a395f8aef876abf96189917c6396" | ||
dependencies: | ||
path-is-absolute "^1.0.0" | ||
xmlbuilder "8.2.2" | ||
|
||
karma-qunit@~1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/karma-qunit/-/karma-qunit-1.2.1.tgz#88252afd2127bc03b0cc31978ed6882b139f470a" | ||
|
@@ -5619,6 +5626,12 @@ karma-sourcemap-loader@^0.3.7: | |
dependencies: | ||
graceful-fs "^4.1.2" | ||
|
||
karma-spec-reporter@^0.0.32: | ||
version "0.0.32" | ||
resolved "https://registry.yarnpkg.com/karma-spec-reporter/-/karma-spec-reporter-0.0.32.tgz#2e9c7207ea726771260259f82becb543209e440a" | ||
dependencies: | ||
colors "^1.1.2" | ||
|
||
karma-verbose-reporter@^0.0.6: | ||
version "0.0.6" | ||
resolved "https://registry.yarnpkg.com/karma-verbose-reporter/-/karma-verbose-reporter-0.0.6.tgz#5909052451c607f02ac77c763791a2fe1251260c" | ||
|
@@ -9786,6 +9799,10 @@ xml2js@^0.4.10: | |
sax ">=0.6.0" | ||
xmlbuilder "~9.0.1" | ||
|
||
[email protected]: | ||
version "8.2.2" | ||
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-8.2.2.tgz#69248673410b4ba42e1a6136551d2922335aa773" | ||
|
||
xmlbuilder@^2.6.4: | ||
version "2.6.5" | ||
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-2.6.5.tgz#6ff7ad60fb72d22764f007a164b77f2bf1400526" | ||
|