Skip to content

Commit 2c4ae25

Browse files
committed
update README for ie 6, 7
1 parent 17af10f commit 2c4ae25

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,11 @@ One test is failing on purpose as a demo of BrowserStack catching bugs in differ
1818
###Sample test
1919
- To run: `karma start`
2020

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+
2126
[here]:https://github.com/browserstack/karma-browserstack-launcher
2227
[dashboard]:https://www.browserstack.com/automate
28+
[karma issue]:https://github.com/karma-runner/karma/issues/983

0 commit comments

Comments
 (0)