mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-03-23 07:40:46 +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 -->
18 lines
410 B
JSON
18 lines
410 B
JSON
{
|
|
"name": "@affine-test/affine-desktop",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"e2e": "yarn playwright test --reporter=list"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@affine/electron-api": "workspace:*",
|
|
"@playwright/test": "=1.58.2",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"fs-extra": "^11.2.0",
|
|
"playwright": "=1.58.2"
|
|
},
|
|
"version": "0.26.3"
|
|
}
|