wip: more tests

This commit is contained in:
Robert Perce 2026-02-14 13:35:59 -06:00
parent 7e2f5d0a18
commit b0630a25e1
7 changed files with 114 additions and 10 deletions

View file

@ -1,4 +1,5 @@
import { defineConfig, devices } from '@playwright/test';
import 'custom-expects';
// purposefully not using ??: we want to replace empty empty string with default
const BASE_URL = process.env.BASE_URL || 'http://localhost:3000';