context detemrinistic + randomized searches and fix for setup from stella-ops.local rather 127.1.0.*
This commit is contained in:
@@ -21,7 +21,7 @@ export default defineConfig({
|
||||
// npx playwright test --config playwright.e2e.config.ts ...
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
...(function (): any {
|
||||
const baseURL = process.env.PLAYWRIGHT_BASE_URL ?? 'https://127.1.0.1';
|
||||
const baseURL = process.env.PLAYWRIGHT_BASE_URL ?? 'https://stella-ops.local';
|
||||
const localSource = process.env.PLAYWRIGHT_LOCAL_SOURCE === '1';
|
||||
return {
|
||||
...(localSource
|
||||
|
||||
Reference in New Issue
Block a user