mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 00:01:52 +00:00
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "platform-ui-test",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.42.1",
|
|
"@types/node": "^20.11.30"
|
|
},
|
|
"scripts": {
|
|
"test:platform": "npx playwright test --ui",
|
|
"codegen": "npx playwright codegen"
|
|
}
|
|
}
|