]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
build: added browser stack auth for build
authorJoe Workman <joe@workmanmail.com>
Fri, 27 Mar 2020 19:22:31 +0000 (12:22 -0700)
committerJoe Workman <joe@workmanmail.com>
Fri, 27 Mar 2020 19:22:31 +0000 (12:22 -0700)
it may be better to put this in an ENV variable but this was a quick fix to get this building again. Will need to figure that out later. this at least fixes the build.

browserstack.json

index 657c50aacd376516d5af294ab710c7bfbd093f91..5d5bf867b71bf1790a9ef0414ebb89cc6c5df4a4 100644 (file)
@@ -1,4 +1,6 @@
 {
+    "username": "joeworkman",
+    "key": "vutaD3ypYamTHAHQxP5Z",
     "test_path": "test/javascript/index.html",
     "test_framework": "mocha",
     "exit_with_fail": true,
@@ -40,4 +42,4 @@
             "real_mobile": "true"
         }
     ]
-}
\ No newline at end of file
+}