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
+3
View File
@@ -35,6 +35,9 @@ const config: PlaywrightTestConfig = {
port: 8080,
timeout: 120 * 1000,
reuseExistingServer: !process.env.CI,
env: {
COVERAGE: process.env.COVERAGE || 'false',
},
},
};