From ebee8561459fefd0e3028d07bd17cb7b75d1e51f Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 15 May 2024 15:07:42 +0200 Subject: [PATCH] report e2e tests --- playwright.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playwright.config.ts b/playwright.config.ts index e84ebf4ae..d330159b0 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -3,7 +3,9 @@ import { type PlaywrightTestConfig } from '@playwright/test'; const config: PlaywrightTestConfig = { timeout: 120000, reportSlowTests: null, + reporter: [['html', { open: 'never' }]], webServer: { + timeout: 120000, env: { VITE_APPWRITE_ENDPOINT: 'http://console-tests.appwrite.org/v1', VITE_CONSOLE_MODE: 'cloud'