X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fe2e%2Fprotractor.conf.js;h=47585afc5425e4b1293ab144fbb94a032ecb7efe;hb=61c299eb24016dc6c76cf0c7a6fc6b05ccb654fc;hp=0dd1f6ee5c29f96a101b31bc68598008d8517fb4;hpb=3a1a00a4af866caa96355c6702bbf805685d0973;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/e2e/protractor.conf.js b/client/e2e/protractor.conf.js index 0dd1f6ee5..47585afc5 100644 --- a/client/e2e/protractor.conf.js +++ b/client/e2e/protractor.conf.js @@ -12,8 +12,11 @@ exports.config = { 'browserstack.user': process.env.BROWSERSTACK_USER, 'browserstack.key': process.env.BROWSERSTACK_KEY, 'browserstack.local': true, - 'browserstack.console': 'info', + 'browserstack.console': 'verbose', + 'browserstack.networkLogs': true, + 'browserstack.debug': true, project: 'PeerTube', + build: 'Main', name: 'Bstack-[Protractor] Parallel Test' }, @@ -54,14 +57,21 @@ exports.config = { }, { browserName: 'Safari', - device: 'iPhone SE', + device: 'iPhone 8', realMobile: 'true', - os_version: '11.2', - name: 'Latest Safari iPhone' + os_version: '12', + name: 'Safari iPhone' + }, + { + browserName: 'Safari', + device: 'iPad 7th', + realMobile: 'true', + os_version: '13', + name: 'Safari iPad' } ], - maxSessions: 1, + // maxSessions: 1, // BrowserStack compatible ports: https://www.browserstack.com/question/664 baseUrl: 'http://localhost:3333/', framework: 'jasmine',