PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/test/bower_components/qunit/browserstack.json

https://github.com/hakanson/todomvc-jquery-webcryptoapi
JSON | 27 lines | 27 code | 0 blank | 0 comment | 0 complexity | 2548c0b6eb0d899e8634e2a9c693cf28 MD5 | raw file
  1. {
  2. "username": "BROWSERSTACK_USERNAME",
  3. "key": "BROWSERSTACK_KEY",
  4. "test_framework": "qunit",
  5. "test_path": [
  6. "test/index.html",
  7. "test/async.html",
  8. "test/logs.html",
  9. "test/setTimeout.html"
  10. ],
  11. "browsers": [
  12. "chrome_previous",
  13. "chrome_latest",
  14. "firefox_previous",
  15. "firefox_latest",
  16. "opera_previous",
  17. "opera_latest",
  18. "safari_previous",
  19. "safari_latest",
  20. "ie_6",
  21. "ie_7",
  22. "ie_8",
  23. "ie_9",
  24. "ie_10",
  25. "ie_11"
  26. ]
  27. }