env vars
This commit is contained in:
@@ -29,7 +29,7 @@ export default defineConfig({
|
||||
|
||||
// Base URL for the website
|
||||
use: {
|
||||
baseURL: 'http://localhost:3000',
|
||||
baseURL: process.env.DOCKER_SMOKE ? 'http://localhost:3100' : 'http://localhost:3000',
|
||||
screenshot: 'only-on-failure',
|
||||
video: 'retain-on-failure',
|
||||
trace: 'retain-on-failure',
|
||||
|
||||
Reference in New Issue
Block a user