openmct/packages/e2e/package.json
Jesse Mazzella a2f51984c7 chore: change @openmct/e2e subpackage devDeps to deps
- When others install and use `@openmct/e2e`, playwright and other testing tools should come along with it.
2024-10-26 10:57:42 -07:00

27 lines
597 B
JSON

{
"name": "@openmct/e2e",
"version": "4.1.0-next",
"description": "The Open MCT e2e framework",
"type": "module",
"module": "index.js",
"exports": {
".": {
"import": "./index.js"
}
},
"scripts": {
"test": "npx playwright test",
"test:visual": "percy exec"
},
"dependencies": {
"@axe-core/playwright": "4.8.5",
"@percy/cli": "1.27.4",
"@percy/playwright": "1.0.4",
"@playwright/test": "1.48.1"
},
"author": {
"name": "National Aeronautics and Space Administration",
"url": "https://www.nasa.gov"
},
"license": "Apache-2.0"
}