@sideex/runner
Version:
SideeX Runner is a tool that supports playing SideeX-recorded test cases in command line mode.
53 lines • 1.44 kB
JSON
{
"name": "@sideex/runner",
"version": "3.7.4",
"private": false,
"description": "SideeX Runner is a tool that supports playing SideeX-recorded test cases in command line mode.",
"keywords": [
"SideeX",
"Web",
"Test Automation",
"Selenium",
"WebDriver",
"Record",
"Playback"
],
"homepage": "https://sideex.io/",
"license": "Apache-2.0",
"author": "SideeX Team",
"main": "sideex-runner.js",
"bin": {
"sideex-runner": "cli.js"
},
"scripts": {
"sideex-runner": "node sideex-runner.js"
},
"dependencies": {
"ajv": "6.12.6",
"ajv-formats": "2.1.1",
"argparse": "1.0.10",
"autobind-decorator": "2.4.0",
"chalk": "4.1.2",
"classnames": "2.3.1",
"csvtojson": "2.0.10",
"debug": "4.3.2",
"deep-freeze-es6": "1.4.1",
"flat": "5.0.2",
"injection-js": "2.4.0",
"jimp": "0.14.0",
"json2csv": "5.0.6",
"jszip": "3.7.1",
"lodash": "4.17.21",
"lz-string": "1.4.4",
"node-fetch": "2.6.1",
"node-html-parser": "1.4.9",
"nodemailer": "6.6.3",
"platform": "1.3.6",
"pretty": "2.0.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"request": "2.88.2",
"svg-tag-names": "2.0.1",
"webextension-polyfill-ts": "0.19.0"
}
}