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:*",
2024-05-07 12:55:27 +03:00
"@playwright/test": "^1.44.0"
},
"version": "0.14.0"
}