feat: basic test coverage

This commit is contained in:
DarkSky
2023-02-05 18:41:18 +08:00
parent dd9d30de37
commit c4d34ddfea
28 changed files with 323 additions and 1081 deletions

View File

@@ -1,4 +1,5 @@
import { test, expect } from '@playwright/test';
import { expect } from '@playwright/test';
import { test } from './libs/playwright.js';
import { loadPage } from './libs/load-page.js';
loadPage();