AFFiNE/tests/affine-local/package.json

14 lines
283 B
JSON
Raw Normal View History

{
"name": "@affine-test/affine-local",
"private": true,
"scripts": {
"e2e": "yarn playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.44.1"
2023-07-13 20:01:58 +03:00
},
2024-06-27 13:17:36 +03:00
"version": "0.15.0"
}