UNPKG

artes

Version:

The simplest way to automate UI and API tests using Cucumber-style steps.

55 lines (54 loc) 1.48 kB
{ "name": "artes", "version": "1.1.21", "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" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "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", "dayjs": "1.11.13", "playwright": "1.52.0", "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", "keywords": [ "kdt", "automation", "playwright", "cucumber", "test automation", "end-to-end", "API testing" ] }