- Notifications
You must be signed in to change notification settings - Fork11.9k
Commit5814393
committed
fix(@angular/build): resolve junit karma reporter output to workspace root
To maintain behavior with the Webpack-based karma unit-testing availablevia `@angular-devkit/build-angular`, the application build system basedkarma testing will now resolve the output directory location of the junitkarma reporter to the same workspace root location. This is only performedif the `junit` reporter is enabled and the reporter's `outputDir` optionis not an absolute path.(cherry picked from commitbec42f7)1 parent83c820e commit5814393
File tree
2 files changed
+56
-0
lines changed- packages/angular/build/src/builders/karma
- tests/legacy-cli/e2e/tests/test
2 files changed
+56
-0
lines changedLines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
580 | 609 | | |
581 | 610 | | |
582 | 611 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments
Comments
(0)