Commit f190263
committed
fix(@angular/build): allow any
The Playwright browser provider in Vitest now uses the `CHROME_BIN` environment variable as the executable path if it's set, removing the restriction that it must contain 'rules_browsers'.
This is useful in CI environments to ensure a specific browser binary is used for testing in CI.
Closes #32697CHROME_BIN for vitest playwright provider1 parent a19dc73 commit f190263
File tree
1 file changed
+7
-17
lines changed- packages/angular/build/src/builders/unit-test/runners/vitest
1 file changed
+7
-17
lines changedLines changed: 7 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 91 | + | |
| 92 | + | |
108 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
109 | 99 | | |
110 | 100 | | |
111 | 101 | | |
| |||
0 commit comments