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,6 +1,9 @@
|
|||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const { expect } = require('@playwright/test');
|
||||
const { loadLiveEnv } = require('./load-live-env');
|
||||
|
||||
loadLiveEnv();
|
||||
|
||||
const WORKSPACE_ROOT = path.resolve(__dirname, '..', '..', '..');
|
||||
const LIVE_SITE_BASE_URL = process.env.LIVE_SITE_BASE_URL || 'https://www.regalamiunsorriso.it';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue