feat: sqlite subdocument (#2816)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-06-27 07:40:37 +00:00
committed by GitHub
co-authored by Alex Yang
parent 4307e1eb6b
commit 05452bb297
30 changed files with 842 additions and 426 deletions
+1
View File
@@ -12,6 +12,7 @@ import type { PlaywrightTestConfig } from '@playwright/test';
*/
const config: PlaywrightTestConfig = {
testDir: './tests',
testIgnore: '**/lib/**',
fullyParallel: true,
timeout: process.env.CI ? 50_000 : 30_000,
use: {