AFFiNE/tests/affine-cloud/package.json

14 lines
292 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:*",
"@playwright/test": "^1.38.1"
2023-08-29 13:18:22 +03:00
},
2023-09-21 09:02:19 +03:00
"version": "0.9.0-canary.13"
}