feat: improve provider testing (#1280)

This commit is contained in:
Himself65
2023-03-02 20:00:56 -06:00
committed by GitHub
parent 1e2f91fe21
commit 2a955d1391
11 changed files with 128 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ const config: PlaywrightTestConfig = {
reuseExistingServer: !process.env.CI,
env: {
COVERAGE: process.env.COVERAGE || 'false',
ENABLE_DEBUG_PAGE: '1',
},
},