test: migration test in real world (#2885)

This commit is contained in:
Alex Yang
2023-06-29 14:50:26 +08:00
committed by GitHub
parent e08ee9b7ff
commit 42ef3c0fc2
14 changed files with 260 additions and 31 deletions

View File

@@ -71,8 +71,6 @@ const config: PlaywrightTestConfig = {
reuseExistingServer: !process.env.CI,
env: {
COVERAGE: process.env.COVERAGE || 'false',
ENABLE_DEBUG_PAGE: '1',
API_SERVER_PROFILE: 'local',
},
},
],