AFFiNE/tests/affine-legacy/0.8.0-canary.7
2024-05-07 09:55:27 +00:00
..
e2e refactor(infra): record legacy data to improve testing stability (#4590) 2023-10-13 03:03:42 +00:00
.gitignore ci: speedup ci by reduce installation packages in certain job (#4457) 2023-09-29 03:02:26 +00:00
package.json chore: upgrade playwright (#6815) 2024-05-07 09:55:27 +00:00
playwright.config.ts refactor(infra): record legacy data to improve testing stability (#4590) 2023-10-13 03:03:42 +00:00
README.md refactor(infra): record legacy data to improve testing stability (#4590) 2023-10-13 03:03:42 +00:00
tsconfig.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00

AFFiNE Legacy 0.8.0-canary.7

This package is used to record legacy data of 0.8.0-canary.7. Run following commands locally to record data to tests/fixtures/legacy/0.8.0-canary.7.

cd tests/affine-legacy/0.8.0-canary.7
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.