UNPKG

artillery

Version:

Cloud-scale load testing. https://www.artillery.io

27 lines (26 loc) 766 B
{ "name": "artillery-engine-playwright", "version": "1.30.0", "private": true, "description": "", "main": "./dist/index.js", "scripts": { "test": "node --test --test-timeout=300000 --require ./test/setup-env.cjs \"test/*.test.js\"", "test:aws": "node --test --test-timeout=420000 --require ./test/setup-env.cjs \"test/*.aws.js\"", "test:aws:ci": "node --test --test-timeout=420000 --require ./test/setup-env.cjs", "build": "tsc -p tsconfig.build.json" }, "keywords": [], "author": "", "license": "MPL-2.0", "dependencies": { "@playwright/browser-chromium": "1.62.1", "@playwright/test": "1.62.1", "debug": "^4.4.3", "playwright": "1.62.1" }, "devDependencies": { "zx": "^8.1.4" }, "type": "module" }