feat: add e2e test for creating multi workspaces

This commit is contained in:
tzhangchi
2023-02-06 22:26:01 +08:00
parent 274505590c
commit 9548cc1ed1
4 changed files with 66 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ const config: PlaywrightTestConfig = {
browserName: 'chromium',
viewport: { width: 1440, height: 800 },
actionTimeout: 5 * 1000,
locale: 'en-US',
// Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer
// You can open traces locally(`npx playwright show-trace trace.zip`)
// or in your browser on [Playwright Trace Viewer](https://trace.playwright.dev/).