相关疑难解决方法(0)

无法在Internet Explorer 11上运行量角器

我正试图在IE11上运行我的茉莉E2E测试,但没有运气或任何东西.我在Windows 8.1上.我的配置:

exports.config = {
    directConnect: true,

    // Capabilities to be passed to the webdriver instance.
    capabilities: {
        'browserName': 'chrome'
    },

    // run in multiple browsers
    multiCapabilities:[
     //    {
     //        'browserName': 'chrome'
     //    },
        // {
     //        'browserName': 'firefox'
     //    },       
        {
           'browserName': 'internet explorer',
        }
    ],

    // Spec patterns are relative to the current working directly when
    // protractor is called.
    specs: ['./**/*js'],

    // Options to be passed to Jasmine-node.
    jasmineNodeOpts: {
        showColors: true,
        defaultTimeoutInterval: 30000
    },

    onPrepare: function …
Run Code Online (Sandbox Code Playgroud)

testing node.js angularjs internet-explorer-11 protractor

2
推荐指数
1
解决办法
1万
查看次数