feat: Implement live environment loading and update race storage metadata handling
This commit is contained in:
parent
4f003bb5a9
commit
77e48b8139
8 changed files with 76 additions and 100 deletions
|
|
@ -1,5 +1,8 @@
|
|||
const path = require('path');
|
||||
const { defineConfig } = require('@playwright/test');
|
||||
const { loadLiveEnv } = require('./tests/live-site/load-live-env');
|
||||
|
||||
loadLiveEnv();
|
||||
|
||||
const authFile = path.join(__dirname, 'tests/live-site/.auth/user.json');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue