create-codeceptjs-bdd-tests
Version:
Create Codeceptjs BDD Tests
62 lines (61 loc) • 2.89 kB
JSON
{
"name": "create-codeceptjs-bdd-tests",
"version": "8.2.0",
"description": "Create Codeceptjs BDD Tests",
"keywords": [
"Cucumber",
"CodeceptJS",
"Gherkin"
],
"homepage": "https://gkushang.github.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/gkushang/codeceptjs-bdd.git"
},
"license": "MIT",
"author": {
"name": "Kushang Gajjar",
"email": "g.kushang@gmail.com"
},
"main": "./cli/create.js",
"bin": "./cli/create.js",
"scripts": {
"acceptance": "codeceptjs def && codeceptjs run --verbose ",
"acceptance:all": "yarn acceptance && yarn acceptance:parallel && DRIVER=webdriver yarn acceptance --profile sauce:chrome && DRIVER=webdriver yarn acceptance",
"acceptance:parallel": "npx codeceptjs run-workers --suites 3 --verbose",
"acceptance:report": "allure serve ./acceptance/report",
"acceptance:washer": "npx codeceptjs run-rerun",
"circleci:test:playwright": "DEBUG=pw:api HEADLESS=true DRIVER=playwright yarn acceptance --profile chrome",
"circleci:test:playwright:parallel": "DEBUG=pw:api HEADLESS=true DRIVER=playwright yarn acceptance:parallel --profile chrome",
"circleci:test:webdriver": "DRIVER=webdriver yarn acceptance --profile chrome:headless",
"circleci:test:webdriver:parallel": "DRIVER=webdriver yarn acceptance:parallel --profile chrome:headless",
"report": "allure serve ./acceptance/report",
"lerna:lint:prettier": "lerna run lint:prettier",
"pretty": "prettier --write \"./**/*.{js,jsx,json}\"",
"test": "codeceptjs def && yarn circleci:test:playwright:chromium && yarn circleci:test:playwright:firefox && yarn circleci:test:playwright:safari && circleci:test:webdriver && circleci:test:playwright:parallel && circleci:test:webdriver:parallel",
"ui:test": "codeceptjs def && codeceptjs run ",
"ui:test:all": "yarn ui:test && yarn ui:test:parallel && DRIVER=webdriver yarn ui:test --profile sauce:chrome && DRIVER=webdriver yarn ui:test",
"ui:test:parallel": "codeceptjs def && npx codeceptjs run-workers --suites 3",
"ui:test:report": "allure serve ./acceptance/report",
"ui:test:washer": "npx codeceptjs run-rerun"
},
"dependencies": {
"@wdio/selenium-standalone-service": "^7.10.1",
"allure-commandline": "^2.9.0",
"cfonts": "^2.8.6",
"cli-ux": "^5.4.5",
"codeceptjs": "^3.1.1",
"figlet": "1.5.2",
"inquirer": "7.0.0",
"node-emoji": "1.10.0",
"playwright": "1.11.1",
"shelljs": "^0.8.4",
"ts-node": "9.1.0",
"typescript": "4.1.2",
"webdriverio": "^7.10.1"
},
"engines": {
"node": ">=14.0.0 <17.0.0"
},
"gitHead": "b3674cf9cd4f757653946753faa3714d316103cb"
}