mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 12:56:25 +00:00
27 lines
599 B
JSON
27 lines
599 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"
|
|
},
|
|
"devDependencies": {
|
|
"@percy/cli": "1.27.4",
|
|
"@percy/playwright": "1.0.4",
|
|
"@playwright/test": "1.48.1",
|
|
"@axe-core/playwright": "4.8.5"
|
|
},
|
|
"author": {
|
|
"name": "National Aeronautics and Space Administration",
|
|
"url": "https://www.nasa.gov"
|
|
},
|
|
"license": "Apache-2.0"
|
|
} |