AFFiNE/tests/affine-migration/package.json

14 lines
315 B
JSON
Raw Normal View History

{
"name": "@affine-test/affine-migration",
"description": "AFFiNE migration e2e tests",
"scripts": {
"e2e": "yarn playwright test"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.44.1"
},
2024-08-09 13:30:07 +03:00
"version": "0.16.0"
}