mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:06:55 +00:00
concurrent setup
This commit is contained in:
@@ -43,11 +43,12 @@ export default defineConfig({
|
||||
name: 'firefox',
|
||||
use: { ...devices['Desktop Firefox'] },
|
||||
},
|
||||
|
||||
/* TODO: webkit fails. Is this a bug?
|
||||
{
|
||||
name: 'webkit',
|
||||
use: { ...devices['Desktop Safari'] },
|
||||
},
|
||||
*/
|
||||
|
||||
/* Test against mobile viewports. */
|
||||
// {
|
||||
@@ -74,7 +75,7 @@ export default defineConfig({
|
||||
webServer: {
|
||||
command: 'pnpm start',
|
||||
url: 'http://127.0.0.1:3000',
|
||||
reuseExistingServer: !process.env.CI,
|
||||
reuseExistingServer: false, //!process.env.CI,
|
||||
timeout: 5 * 60_000,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user