Defines the environment atest suite is running against.
| Name | Type | Attributes | Description |
|---|---|---|---|
browser | TargetBrowser | the browser targetted in this environment. | |
url | string | | <optional> <nullable> | remote URL of an existing Selenium server to test against. |
Returns a predicate function that will suppress tests in this environment if the current browser is in the list ofbrowsersToIgnore.
| Name | Type | Attributes | Description |
|---|---|---|---|
browsersToIgnore | string | | <repeatable> | the browsers that should be ignored. |
a new predicate function.
a new WebDriver builder configured to target this environment's browser.