mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
report e2e tests
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user