Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Karma working with our microlibraries and IE8 #1485

Closed
dchambers opened this issue Jul 31, 2015 · 1 comment
Closed

Get Karma working with our microlibraries and IE8 #1485

dchambers opened this issue Jul 31, 2015 · 1 comment
Labels
Milestone

Comments

@dchambers
Copy link
Contributor

Using topiarist, I tried the latest versions of karma 0.13, 0.12, 0.11 & 0.10, and was unable to find a single version of Karma that worked with IE8. I've already identified a couple of the underlying problems in karma-runner/karma#1529. We'll need to find some resolution to this before we can move all of our libraries to NPM.

@dchambers dchambers added this to the 1.2 milestone Jul 31, 2015
@dchambers
Copy link
Contributor Author

These are the extra entries I tried adding to our karma-saucelabs.conf.js BTW:

SauceLabs_IE8_XP: {
    base: 'SauceLabs',
    browserName: 'internet explorer',
    platform: 'Windows XP',
    version: '8'
},
SauceLabs_IE8_Win7: {
    base: 'SauceLabs',
    browserName: 'internet explorer',
    platform: 'Windows 7',
    version: '8'
},

@dchambers dchambers modified the milestones: 1.1, 1.2 Aug 19, 2015
@andy-berry-dev andy-berry-dev changed the title Get Karma working with IE8 Get Karma working with our microlibraries and IE8 Sep 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants