AFFiNE/tests/affine-legacy/0.6.1-beta.1
LongYinan 5b0b8cf216
test(e2e): add subdoc migration test (#4921)
test(e2e): add subdoc migration test

fix: remove .only
2023-11-14 14:39:59 +08:00
..
e2e test(e2e): add subdoc migration test (#4921) 2023-11-14 14:39:59 +08:00
.gitignore test(e2e): add subdoc migration test (#4921) 2023-11-14 14:39:59 +08:00
package.json test(e2e): add subdoc migration test (#4921) 2023-11-14 14:39:59 +08:00
playwright.config.ts test(e2e): add subdoc migration test (#4921) 2023-11-14 14:39:59 +08:00
README.md test(e2e): add subdoc migration test (#4921) 2023-11-14 14:39:59 +08:00
tsconfig.json test(e2e): add subdoc migration test (#4921) 2023-11-14 14:39:59 +08:00

AFFiNE Legacy 0.6.1-beta.1

This package is used to record legacy data of 0.6.1-beta.1. Run following commands locally to record data to tests/fixtures/legacy/0.6.1-beta.1.

cd tests/affine-legacy/0.6.1-beta.1
yarn run unzip
yarn run e2e

If you want to debug, running yarn run e2e --ui is ok. Or using https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright is more better.