refactor(infra): record legacy data to improve testing stability (#4590)

This commit is contained in:
Joooye_34
2023-10-13 03:03:42 +00:00
committed by GitHub
parent 286347420d
commit 6ea10860b4
42 changed files with 2763 additions and 140 deletions
+9
View File
@@ -0,0 +1,9 @@
# AFFiNE Migration Testings
This package is used to testing migration logic for every breaking version.
```sh
BUILD_TYPE=canary yarn run build
cd tests/affine-migration
yarn run e2e
```