AFFiNE/tests/affine-migration/package.json

18 lines
577 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-01-18 12:26:31 +03:00
"@blocksuite/block-std": "0.12.0-nightly-202401180838-f0c45fd",
"@blocksuite/blocks": "0.12.0-nightly-202401180838-f0c45fd",
"@blocksuite/global": "0.12.0-nightly-202401180838-f0c45fd",
"@blocksuite/store": "0.12.0-nightly-202401180838-f0c45fd",
2023-10-13 22:37:18 +03:00
"@playwright/test": "^1.39.0"
},
"version": "0.11.0"
}