Skip to content

Commit 73c1b8c

Browse files
Fix browserstack tests
1 parent 5da40de commit 73c1b8c

File tree

4 files changed

+226
-1912
lines changed

4 files changed

+226
-1912
lines changed

angular.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@
117117
"serve": {
118118
"builder": "@angular-devkit/build-angular:dev-server",
119119
"options": {
120-
"browserTarget": "playground:build"
120+
"browserTarget": "playground:build",
121+
"host": "0.0.0.0"
121122
},
122123
"configurations": {
123124
"production": {
@@ -151,7 +152,7 @@
151152
}
152153
},
153154
"e2e": {
154-
"builder": "@briebug/cypress-schematic:cypress",
155+
"builder": "@cypress/schematic:cypress",
155156
"options": {
156157
"devServerTarget": "playground:serve:local",
157158
"watch": true,
@@ -164,7 +165,7 @@
164165
}
165166
},
166167
"cypress-run": {
167-
"builder": "@briebug/cypress-schematic:cypress",
168+
"builder": "@cypress/schematic:cypress",
168169
"options": {
169170
"devServerTarget": "playground:serve"
170171
},
@@ -175,7 +176,7 @@
175176
}
176177
},
177178
"cypress-open": {
178-
"builder": "@briebug/cypress-schematic:cypress",
179+
"builder": "@cypress/schematic:cypress",
179180
"options": {
180181
"devServerTarget": "playground:serve",
181182
"watch": true,

0 commit comments

Comments
 (0)