@flood/chrome
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -111,7 +111,20 @@ // Type definitions for @flood/chrome 0.1.12 | ||
responseTimeMeasurement?: ResponseTiming | ||
/** | ||
* Filters the console output from the target site to log output. Useful for very noisy tests. This won't affect console output from within your script. | ||
*/ | ||
consoleFilter: ConsoleMethod[] | ||
} | ||
/** | ||
* Specifies an option for how to record response time. | ||
*/ | ||
type ResponseTiming = 'page' | 'documentReady' | 'networkMean' | 'interaction' | ||
/** | ||
* Specifies a `console` method | ||
*/ | ||
type ConsoleMethod = 'log' | 'info' | 'debug' | 'warn' | 'error' | ||
/** | ||
* Specifies the available options which can be supplied to a step to override global settings. | ||
@@ -118,0 +131,0 @@ * |
{ | ||
"name": "@flood/chrome", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Flood Chrome provides an API for scripting Browser Level Load Tests", |
266054
7
881