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

/browserstack.json

https://github.com/luchun/qunit
JSON | 22 lines | 22 code | 0 blank | 0 comment | 0 complexity | 2849496de9deccf1b5646fbb15f73e1d MD5 | raw file
  1. {
  2. "username": "BROWSERSTACK_USERNAME",
  3. "key": "BROWSERSTACK_KEY",
  4. "test_framework": "qunit",
  5. "test_path": ["test/index.html"],
  6. "browsers": [
  7. "chrome_previous",
  8. "chrome_latest",
  9. "firefox_previous",
  10. "firefox_latest",
  11. "opera_previous",
  12. "opera_latest",
  13. "safari_previous",
  14. "safari_latest",
  15. "ie_6",
  16. "ie_7",
  17. "ie_8",
  18. "ie_9",
  19. "ie_10",
  20. "ie_11"
  21. ]
  22. }