UNPKG

@yathomasi/cypress-parallel

Version:

[![Build status](https://github.com/yathomasi/cypress-parallel/actions/workflows/build.yml/badge.svg)](https://github.com/yathomasi/cypress-parallel/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/npm/dw/@yathomasi/cypress

69 lines (68 loc) 1.99 kB
{ "name": "@yathomasi/cypress-parallel", "version": "2.0.2", "author": "Thomas Kunwar", "license": "MIT", "homepage": "https://github.com/yathomasi/cypress-parallel", "repository": { "type": "git", "url": "https://github.com/yathomasi/cypress-parallel.git" }, "keywords": [ "cypress", "cypress-parallel" ], "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*.js", "lib/**/*.d.ts", "knapsack-reporter.js", "knapsack-reporter.d.ts" ], "bin": { "cypress-parallel": "bin/cypress-parallel" }, "scripts": { "clean": "rm -f knapsack-reporter.{js,d.ts} && bash -O globstar -c 'rm -f lib/**/*.{js,d.ts}'", "build": "tsc", "watch": "tsc --watch", "fmt": "prettier --ignore-path .gitignore --write '**/*.ts'", "test": "npm run test:fmt && npm run test:integration", "test:fmt": "prettier --ignore-path .gitignore --check '**/*.ts'", "test:integration": "cucumber-js", "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { "@babel/types": "^7.23.0", "@badeball/cypress-configuration": "^6.1.0", "ast-types": "^0.16.1", "commander": "^8.1.0", "cosmiconfig": "^7.0.1", "cypress-multi-reporters": "^1.5.0", "is-npm": "^5.0.0", "recast": "^0.23.4", "shell-quote": "^1.7.2" }, "devDependencies": { "@cucumber/cucumber": "^8.0.0", "@cucumber/pretty-formatter": "^1.0.0-alpha.1", "@types/debug": "^4.1.7", "@types/mocha": "^9.1.0", "@types/prettier": "^2.7.3", "@types/shell-quote": "^1.7.1", "@types/stream-buffers": "^3.0.4", "cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", "dtslint": "^4.0.5", "esbuild": "^0.11.12", "mocha": "^8.2.0", "prettier": "^2.8.8", "stream-buffers": "^3.0.2", "strip-indent": "^3.0.0", "ts-node": "^10.2.1", "typescript": "^4.0.3" }, "peerDependencies": { "cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" } }