This commit is contained in:
Chi Vinh Le
2017-11-07 16:21:09 +01:00
parent cee68ae471
commit 0fc810a7b1
7 changed files with 212 additions and 136 deletions
+1
View File
@@ -22,6 +22,7 @@ const nightwatch_config = {
'browserstack.user': process.env.BROWSERSTACK_USER || 'coralproject2',
'browserstack.key': process.env.BROWSERSTACK_KEY,
'browserstack.local': true,
'browserstack.localIdentifier': process.env.BROWSERSTACK_LOCAL_IDENTIFIER ? process.env.BROWSERSTACK_LOCAL_IDENTIFIER : undefined,
'browserstack.debug': true,
// Disable this, as it makes bs slow and brittle.