aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-10-01 13:40:21 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-10-01 13:40:28 +0200
commit9e3e248109ffe5fc208c23081cbcffdb9a682ff4 (patch)
tree951223299727201fc5bbddd6c595725c3919a372 /client/angular.json
parent8c202ae8d4e0ee17f804b4977ea9ce37057cd023 (diff)
downloadPeerTube-9e3e248109ffe5fc208c23081cbcffdb9a682ff4.tar.gz
PeerTube-9e3e248109ffe5fc208c23081cbcffdb9a682ff4.tar.zst
PeerTube-9e3e248109ffe5fc208c23081cbcffdb9a682ff4.zip
add protractor profile for local tests
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json
index 2cf2ecd62..bd3c7216e 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -133,6 +133,11 @@
133 "options": { 133 "options": {
134 "protractorConfig": "e2e/protractor.conf.js", 134 "protractorConfig": "e2e/protractor.conf.js",
135 "devServerTarget": "PeerTube:serve:e2e" 135 "devServerTarget": "PeerTube:serve:e2e"
136 },
137 "configurations": {
138 "local": {
139 "protractorConfig": "e2e/local-protractor.conf.js"
140 }
136 } 141 }
137 }, 142 },
138 "lint": { 143 "lint": {