BladeRunnerJS / topiarist

Topiarist provides tree and shape-based type verification for JavaScript.
MIT License
22 stars 4 forks source link

Update browsers used in test #13

Closed janhancic closed 10 years ago

janhancic commented 10 years ago

Currently defined browsers in Gruntfile.js:

var browsers = [{
        browserName: "firefox",
        version: "19",
        platform: "XP"
    }, {
        browserName: "chrome",
        platform: "XP"
    }, {
        browserName: "chrome",
        platform: "linux"
    }, {
        browserName: "internet explorer",
        platform: "WIN8",
        version: "10"
    }, {
        browserName: "internet explorer",
        platform: "VISTA",
        version: "9"
    }];

FF needs to be updated, Chrome seems to be using latest (although, should we really test on XP?), and we should add IE8&11.

andy-berry-dev commented 10 years ago

I've updated the browsers so we now test on a reasonable set including latest Firefox, Chrome, IE and Safari.