aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-30 16:24:25 +0200
committerChocobozzz <me@florianbigard.com>2021-09-01 15:06:46 +0200
commit3419e0e1fe8e48a08b63ca0ded31087f913eb2b6 (patch)
tree63ac7190b79194e93aec9bbfd3c336e60f469e9d /client/angular.json
parent2a4c9669d2d6ac6cd4ae43544698f826ae98080f (diff)
downloadPeerTube-3419e0e1fe8e48a08b63ca0ded31087f913eb2b6.tar.gz
PeerTube-3419e0e1fe8e48a08b63ca0ded31087f913eb2b6.tar.zst
PeerTube-3419e0e1fe8e48a08b63ca0ded31087f913eb2b6.zip
Migrate to webdriverio
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/client/angular.json b/client/angular.json
index 556df6bbd..0ec6f68bb 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -233,21 +233,6 @@
233 "with": "src/environments/environment.hmr.ts" 233 "with": "src/environments/environment.hmr.ts"
234 } 234 }
235 ] 235 ]
236 },
237 "e2e": {
238 "localize": false,
239 "budgets": [
240 {
241 "type": "anyComponentStyle",
242 "maximumWarning": "6kb"
243 }
244 ],
245 "fileReplacements": [
246 {
247 "replace": "src/environments/environment.ts",
248 "with": "src/environments/environment.e2e.ts"
249 }
250 ]
251 } 236 }
252 } 237 }
253 }, 238 },
@@ -266,10 +251,6 @@
266 }, 251 },
267 "ar-locale": { 252 "ar-locale": {
268 "browserTarget": "PeerTube:build:ar-locale" 253 "browserTarget": "PeerTube:build:ar-locale"
269 },
270 "e2e": {
271 "browserTarget": "PeerTube:build:e2e",
272 "proxyConfig": "e2e/proxy.config.json"
273 } 254 }
274 } 255 }
275 }, 256 },
@@ -361,25 +342,6 @@
361 } 342 }
362 } 343 }
363 } 344 }
364 },
365 "PeerTube-e2e": {
366 "root": "e2e/",
367 "sourceRoot": "",
368 "projectType": "application",
369 "architect": {
370 "e2e": {
371 "builder": "@angular-devkit/build-angular:protractor",
372 "options": {
373 "protractorConfig": "e2e/protractor.conf.js",
374 "devServerTarget": "PeerTube:serve:e2e"
375 },
376 "configurations": {
377 "local": {
378 "protractorConfig": "e2e/local-protractor.conf.js"
379 }
380 }
381 }
382 }
383 } 345 }
384 }, 346 },
385 "defaultProject": "PeerTube", 347 "defaultProject": "PeerTube",