AFFiNE/tests/affine-migration/package.json

18 lines
594 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:*",
2023-10-24 12:00:27 +03:00
"@blocksuite/block-std": "0.0.0-20231024064721-2aee7119-nightly",
"@blocksuite/blocks": "0.0.0-20231024064721-2aee7119-nightly",
"@blocksuite/global": "0.0.0-20231024064721-2aee7119-nightly",
"@blocksuite/store": "0.0.0-20231024064721-2aee7119-nightly",
2023-10-13 22:37:18 +03:00
"@playwright/test": "^1.39.0"
},
2023-10-30 20:49:15 +03:00
"version": "0.10.0-canary.4"
}