mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 05:33:08 +03:00
.. | ||
e2e | ||
.gitignore | ||
package.json | ||
playwright.config.ts | ||
README.md | ||
tsconfig.json |
AFFiNE Migration Testings
This package is used to testing migration logic for every breaking version.
BUILD_TYPE=canary yarn run build
cd tests/affine-migration
yarn run e2e
Tips: Run
yarn dev
to start dev server in 8080 could make debugging more quickly.