codeceptjs-cmdhelper
Version:
Let your CodeceptJS tests run commands in the console/terminal
46 lines (45 loc) • 1.23 kB
JSON
{
"name": "codeceptjs-cmdhelper",
"version": "2.4.1",
"description": "Let your CodeceptJS tests run commands in the console/terminal",
"author": "thiagodp",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/thiagodp/codeceptjs-cmdhelper.git"
},
"bugs": {
"url": "https://github.com/thiagodp/codeceptjs-cmdhelper/issues"
},
"homepage": "https://github.com/thiagodp/codeceptjs-cmdhelper",
"keywords": [
"codeceptjs",
"helper",
"run",
"cmd",
"execute",
"command",
"console",
"terminal",
"test",
"testing",
"bdd"
],
"main": "index.js",
"scripts": {
"setup:v2": "cd codeceptjs_check/v2 && npm i && cd ../..",
"setup:v3": "cd codeceptjs_check/v3 && npm i && cd ../..",
"test": "mocha __tests__",
"test:v2": "cd codeceptjs_check/v2 && npx codeceptjs run",
"test:v3": "cd codeceptjs_check/v3 && npx codeceptjs run",
"test:all": "npm run test && npm run test:v2 && npm run test:v3",
"preversion": "npm run test"
},
"dependencies": {
"split-cmd": "^1.0.1"
},
"devDependencies": {
"codeceptjs": "^3.3.6",
"mocha": "^8.4.0"
}
}