mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-03-22 23:30:36 +08:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated Playwright test tooling to 1.58.2 across the repository and test packages. * **Tests** * Improved end-to-end robustness: replaced fragile timing/coordinate logic with element-based interactions, added polling/retry checks for flaky asserts and async state, and simplified input/rename flows to reduce test flakiness. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
28 lines
694 B
JSON
28 lines
694 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.26.3",
|
|
"exports": {
|
|
"./electron": "./src/electron.ts",
|
|
"./mobile": "./src/mobile.ts",
|
|
"./playwright": "./src/playwright.ts",
|
|
"./utils/*": "./src/utils/*.ts",
|
|
"./bs/*": "./src/bs/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-tools/utils": "workspace:*",
|
|
"@blocksuite/affine": "workspace:*",
|
|
"@node-rs/argon2": "^2.0.2",
|
|
"@playwright/test": "=1.58.2",
|
|
"@toeverything/infra": "workspace:*",
|
|
"express": "^5.0.0",
|
|
"http-proxy-middleware": "^3.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*",
|
|
"express": "*",
|
|
"http-proxy-middleware": "*"
|
|
}
|
|
}
|