PageRenderTime 36ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/build/browserstack-legacy-2.json

http://github.com/jquery/qunit
JSON | 31 lines | 31 code | 0 blank | 0 comment | 0 complexity | 6545f9299820a710806b0ff6c9515045 MD5 | raw file
  1. {
  2. "username": "BROWSERSTACK_USERNAME",
  3. "key": "BROWSERSTACK_KEY",
  4. "test_framework": "qunit",
  5. "test_path": [
  6. "test/startError.html",
  7. "test/amd.html",
  8. "test/autostart.html"
  9. ],
  10. "browsers": [
  11. "chrome_previous",
  12. "firefox_previous",
  13. "opera_previous",
  14. {
  15. "browser": "safari",
  16. "browser_version": "8.0"
  17. },
  18. "ie_9",
  19. "ie_10",
  20. {
  21. "os": "iOS",
  22. "os_version": "6.0",
  23. "real_mobile": false
  24. },
  25. {
  26. "os": "iOS",
  27. "os_version": "7.0",
  28. "real_mobile": false
  29. }
  30. ]
  31. }