@flood/chrome
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -116,2 +116,7 @@ // Type definitions for @flood/chrome 0.1.12 | ||
consoleFilter?: ConsoleMethod[] | ||
/** | ||
* Whether to ignore HTTPS errors during navigation. Defaults to `false` | ||
*/ | ||
ignoreHTTPSErrors?: boolean | ||
} | ||
@@ -171,2 +176,23 @@ | ||
/** | ||
* A subset of process.env available to this test. | ||
*/ | ||
export interface ENV { | ||
/** | ||
* A zero based index of the browser instance running this script | ||
*/ | ||
BROWSER_ID: number | ||
/** | ||
* The region identifier for this Grid | ||
*/ | ||
FLOOD_GRID_REGION: string | ||
FLOOD_GRID_SQEUENCE_ID: number | ||
FLOOD_GRID_INDEX: number | ||
FLOOD_GRID_NODE_SEQUENCE_ID: number | ||
FLOOD_NODE_INDEX: number | ||
FLOOD_SEQUENCE_ID: number | ||
FLOOD_PROJECT_ID: number | ||
} | ||
/** | ||
* Declares the settings for the test, overriding settings exported at the top of the test. | ||
@@ -173,0 +199,0 @@ * |
{ | ||
"name": "@flood/chrome", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Flood Chrome provides an API for scripting Browser Level Load Tests", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
267286
920