We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17af10f commit 2c4ae25Copy full SHA for 2c4ae25
1 file changed
README.md
@@ -18,5 +18,11 @@ One test is failing on purpose as a demo of BrowserStack catching bugs in differ
18
###Sample test
19
- To run: `karma start`
20
21
+###Note
22
+ - IE 6 and 7 Tests on Karma version 0.13 may fail(output - browser not captured).
23
+ - Use Karmav0.12 or below and add `transports: ['websocket','jsonp-polling']` to the karma.conf.js file
24
+ - Checkout [karma issue] for more details.
25
+
26
[here]:https://github.com/browserstack/karma-browserstack-launcher
27
[dashboard]:https://www.browserstack.com/automate
28
+[karma issue]:https://github.com/karma-runner/karma/issues/983
0 commit comments