wip: more tests
This commit is contained in:
parent
7e2f5d0a18
commit
b0630a25e1
7 changed files with 114 additions and 10 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue