@flood/chrome
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -174,14 +174,17 @@ // Type definitions for @flood/chrome 0.1.12 | ||
/** | ||
* A subset of process.env available to this test. | ||
*/ | ||
export interface ENV { | ||
export type FloodEnvKey = | ||
/** | ||
* A zero based index of the browser instance running this script | ||
*/ | ||
| 'BROWSER_ID' | ||
| 'FLOOD_GRID_REGION' | ||
| 'FLOOD_GRID_SQEUENCE_ID' | ||
| 'FLOOD_GRID_INDEX' | ||
| 'FLOOD_GRID_NODE_SEQUENCE_ID' | ||
| 'FLOOD_NODE_INDEX' | ||
| 'FLOOD_SEQUENCE_ID' | ||
| 'FLOOD_PROJECT_ID' | ||
export interface FloodProcessEnv { | ||
BROWSER_ID: number | ||
/** | ||
* The region identifier for this Grid | ||
*/ | ||
FLOOD_GRID_REGION: string | ||
@@ -197,2 +200,7 @@ FLOOD_GRID_SQEUENCE_ID: number | ||
/** | ||
* A subset of process.env available to this test. | ||
*/ | ||
export const ENV: FloodProcessEnv | ||
/** | ||
* Declares the settings for the test, overriding settings exported at the top of the test. | ||
@@ -199,0 +207,0 @@ * |
130
package.json
{ | ||
"name": "@flood/chrome", | ||
"version": "0.2.11", | ||
"private": false, | ||
"description": "Flood Chrome provides an API for scripting Browser Level Load Tests", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
"release": "npm-release", | ||
"doc": "yarn typedoc && ts-node ./utils/docs.ts", | ||
"docs": "node --trace-warnings $(npm bin)/nodemon --ext ts --exec ts-node -- ./utils/docs.ts", | ||
"typedoc": "typedoc --json docs.json --includeDeclarations ./index.d.ts" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/flood-io/browser-test.git" | ||
}, | ||
"author": "Ivan Vanderbyl", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/flood-io/browser-test/issues" | ||
}, | ||
"homepage": "https://github.com/flood-io/browser-test#readme", | ||
"dependencies": { | ||
"typescript": "^2.7" | ||
}, | ||
"main": "index.js", | ||
"devDependencies": { | ||
"commonmark": "^0.28.1", | ||
"conventional-changelog-ember": "^0.3.6", | ||
"front-matter": "^2.3.0", | ||
"gitbook-cli": "^2.3.2", | ||
"glob": "^7.1.2", | ||
"lodash.camelcase": "^4.3.0", | ||
"markdown-table": "^1.1.1", | ||
"mkdirp": "^0.5.1", | ||
"nodemon": "^1.14.12", | ||
"npm-release": "^1.0.0", | ||
"semantic-release": "^15.1.2", | ||
"ts-node": "^4.1.0", | ||
"typedoc": "^0.10.0" | ||
}, | ||
"keywords": [ | ||
"load-testing", | ||
"browser-testing", | ||
"selenium", | ||
"bdd", | ||
"tdd", | ||
"performance" | ||
], | ||
"prettier": { | ||
"semi": false, | ||
"singleQuote": true, | ||
"trailingComma": "all", | ||
"printWidth": 80, | ||
"useTabs": true, | ||
"tabWidth": 2, | ||
"bracketSpacing": true, | ||
"jsxBracketSameLine": true, | ||
"arrowParens": "avoid" | ||
}, | ||
"release": { | ||
"branch": "master", | ||
"publish": [ | ||
"@semantic-release/npm" | ||
] | ||
} | ||
"name": "@flood/chrome", | ||
"version": "0.2.12", | ||
"private": false, | ||
"description": "Flood Chrome provides an API for scripting Browser Level Load Tests", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
"release": "npm-release", | ||
"doc": "yarn typedoc && ts-node ./utils/docs.ts", | ||
"docs": "node --trace-warnings $(npm bin)/nodemon --ext ts --exec ts-node -- ./utils/docs.ts", | ||
"typedoc": "typedoc --json docs.json --includeDeclarations ./index.d.ts" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/flood-io/browser-test.git" | ||
}, | ||
"author": "Ivan Vanderbyl", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/flood-io/browser-test/issues" | ||
}, | ||
"homepage": "https://github.com/flood-io/browser-test#readme", | ||
"dependencies": { | ||
"typescript": "^2.7" | ||
}, | ||
"main": "index.js", | ||
"devDependencies": { | ||
"commonmark": "^0.28.1", | ||
"conventional-changelog-ember": "^0.3.6", | ||
"front-matter": "^2.3.0", | ||
"gitbook-cli": "^2.3.2", | ||
"glob": "^7.1.2", | ||
"lodash.camelcase": "^4.3.0", | ||
"markdown-table": "^1.1.1", | ||
"mkdirp": "^0.5.1", | ||
"nodemon": "^1.14.12", | ||
"npm-release": "^1.0.0", | ||
"semantic-release": "^15.1.2", | ||
"ts-node": "^4.1.0", | ||
"typedoc": "^0.10.0" | ||
}, | ||
"keywords": [ | ||
"load-testing", | ||
"browser-testing", | ||
"selenium", | ||
"bdd", | ||
"tdd", | ||
"performance" | ||
], | ||
"prettier": { | ||
"semi": false, | ||
"singleQuote": true, | ||
"trailingComma": "all", | ||
"printWidth": 80, | ||
"useTabs": true, | ||
"tabWidth": 2, | ||
"bracketSpacing": true, | ||
"jsxBracketSameLine": true, | ||
"arrowParens": "avoid" | ||
}, | ||
"release": { | ||
"branch": "master", | ||
"publish": [ | ||
"@semantic-release/npm" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
383135
927