ci: collect test coverage on electron (#2335)

This commit is contained in:
himself65
2023-05-11 20:51:13 -05:00
committed by LongYinan
parent ec66b229fe
commit add5deae0f
5 changed files with 58 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { test } from '@playwright/test';
import { test } from '@affine-test/kit/playwright';
import { openHomePage } from '../libs/load-page';
import { waitMarkdownImported } from '../libs/page-logic';