You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Now, instances of the `browser` object have a `getProcessedConfig` method
which returns a promise that resolves to the current Protractor configuration
object for the current runner instance. This means that if multiCapabilities
are being used or tests are sharded, `getProcessedConfig` will return
an object with the `capabilities` and `specs` property specific to the
current instance.
Closes#1724
0 commit comments