AFFiNE/tests/affine-cloud/package.json

14 lines
283 B
JSON
Raw Normal View History

{
"name": "@affine-test/affine-cloud",
"private": true,
"scripts": {
"e2e": "yarn playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
2024-05-07 12:55:27 +03:00
"@playwright/test": "^1.44.0"
2023-08-29 13:18:22 +03:00
},
"version": "0.14.0"
}