Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Configuration option getMultiCapabilities does not resolve when configured as a promise. #3191

@mdasberg

Description

@mdasberg

As of version 3.3.0 the option getMultiCapabilities when configured as a promise, does not resolve anymore and shuts down immediately, without running any tests.

When for instance using the following configuration:

getMultiCapabilities: function () {
   return require('q').when([{
      'browserName': 'chrome',
      'shardTestFiles': true,
      'maxInstances': 10
   }]);
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions