PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/JsonNetDecycle/bower_components/qunit/browserstack.json

https://bitbucket.org/smithkl42/jsonnetdecycle
JSON | 43 lines | 43 code | 0 blank | 0 comment | 0 complexity | 4999618760fb7a7ec35aec8356d8ef04 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/startError.html",
  8. "test/logs.html",
  9. "test/setTimeout.html",
  10. "test/amd.html"
  11. ],
  12. "browsers": [
  13. "chrome_previous",
  14. "chrome_current",
  15. "firefox_previous",
  16. "firefox_current",
  17. "opera_12_1",
  18. "opera_previous",
  19. "opera_current",
  20. "safari_5_1",
  21. "safari_6",
  22. "safari_previous",
  23. "safari_current",
  24. "ie_6",
  25. "ie_7",
  26. "ie_8",
  27. "ie_9",
  28. "ie_10",
  29. "ie_11",
  30. {
  31. "os": "iOS",
  32. "os_version": "6.0"
  33. },
  34. {
  35. "os": "iOS",
  36. "os_version": "7.0"
  37. },
  38. {
  39. "os": "iOS",
  40. "os_version": "8.0"
  41. }
  42. ]
  43. }