artes
Version:
The simplest way to automate UI and API tests using Cucumber-style steps.
51 lines (50 loc) • 1.39 kB
JSON
{
"name": "artes",
"version": "1.0.61",
"description": "The simplest way to automate UI and API tests using Cucumber-style steps.",
"main": "index.js",
"scripts": {
"test": "cucumber-js --config=cucumber.config.js",
"testWithReport": "allure generate --clean --single-file allure-result --output",
"createProject": "node ./src/helper/executers/projectCreator.js",
"clean": "rimraf",
"publishOnly": "prettier -w . && npm version patch && npm publish"
},
"bin": {
"artes": "./executer.js"
},
"keywords": [
"kdt",
"automation",
"playwright",
"cucumber",
"test automation",
"end-to-end",
"API testing"
],
"author": "VhdAghyv",
"license": "ISC",
"dependencies": {
"@cucumber/cucumber": "^11.0.1",
"@cucumber/messages": "^26.0.1",
"@faker-js/faker": "^9.8.0",
"@gatling.io/cli": "3.12.0",
"@gatling.io/core": "3.12.0",
"@gatling.io/http": "3.12.0",
"@types/node": "^22.9.0",
"ajv": "^8.17.1",
"allure-commandline": "^2.30.0",
"allure-cucumberjs": "^3.0.5",
"allure-js-commons": "^3.0.5",
"playwright": "^1.48.2",
"rimraf": "^6.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4gayev1/Artes"
},
"bugs": {
"url": "https://github.com/4gayev1/Artes/issues"
},
"homepage": "https://github.com/4gayev1/Artes/blob/main/README.md"
}