diff options
| author | Rahul Nawani <[email protected]> | 2014-01-16 11:56:08 +0530 |
|---|---|---|
| committer | Rahul Nawani <[email protected]> | 2014-01-16 11:56:08 +0530 |
| commit | 2bdf99fcc188909979280798e1e6bb4f11e20334 (patch) | |
| tree | 564adf3a3df502fb0e1b9ff2af107fda07da0fc7 | |
| parent | a8e14bf1f810c68a52480a21063538fbf3673c82 (diff) | |
| download | bootstrap-2bdf99fcc188909979280798e1e6bb4f11e20334.tar.xz bootstrap-2bdf99fcc188909979280798e1e6bb4f11e20334.zip | |
add debug for browserstack-runner
| -rw-r--r-- | browserstack.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/browserstack.json b/browserstack.json index 53802465e..beab742e1 100644 --- a/browserstack.json +++ b/browserstack.json @@ -2,6 +2,7 @@ "username": "--secure--", "key": "--secure--", "test_path": "js/tests/index.html", + "debug": true, "browsers": [ { "browser": "firefox", |
