add tests and fix npm build, make frontend tests work @ mobile view

Reviewed-on: Ruderverein-Donau-Linz/rowt#224
This commit is contained in:
2024-03-04 09:55:39 +01:00
parent 996fcdc14f
commit 0de21e9abb
3 changed files with 74 additions and 2 deletions

View File

@ -10,6 +10,7 @@ import { defineConfig, devices } from '@playwright/test';
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
timeout: 180000,
testDir: './tests',
/* Run tests in files in parallel */
fullyParallel: true,