diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-01 13:40:21 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-01 13:40:28 +0200 |
commit | 9e3e248109ffe5fc208c23081cbcffdb9a682ff4 (patch) | |
tree | 951223299727201fc5bbddd6c595725c3919a372 /client/angular.json | |
parent | 8c202ae8d4e0ee17f804b4977ea9ce37057cd023 (diff) | |
download | PeerTube-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.json | 5 |
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": { |