cypress-docker-swarm-runner
Version:
A CLI tool for running Cypress tests in parallel using Docker Swarm services.
29 lines (28 loc) • 573 B
JSON
{
"name": "cypress-docker-swarm-runner",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node index.js --help"
},
"keywords": [
"cypress",
"docker",
"docker-swarm",
"parallel-testing",
"test-runner",
"automation",
"e2e-testing",
"ci-cd",
"containerized-tests"
],
"author": "Durga Prasad",
"license": "ISC",
"description": "A CLI tool for running Cypress tests in parallel using Docker Swarm services.",
"bin": {
"cy-swarm": "index.js"
},
"dependencies": {
"strip-ansi": "^7.1.0"
}
}