EcoSpecies-Atlas/package.json

12 lines
340 B
JSON

{
"name": "ecospecies-atlas",
"private": true,
"scripts": {
"test:ui": "node ./node_modules/@playwright/test/cli.js test",
"test:ui:stack": "PLAYWRIGHT_BASE_URL=http://127.0.0.1:18080 PLAYWRIGHT_LIVE_STACK=1 node ./node_modules/@playwright/test/cli.js test"
},
"devDependencies": {
"@playwright/test": "^1.58.2"
}
}