Gate testing API for staging E2E
This commit is contained in:
@@ -10,6 +10,9 @@ export default defineConfig({
|
||||
reporter: 'html',
|
||||
use: {
|
||||
baseURL: process.env.E2E_BASE_URL ?? 'https://test-y0k0.fotospiel.app',
|
||||
extraHTTPHeaders: process.env.E2E_TESTING_TOKEN
|
||||
? { 'X-Testing-Token': process.env.E2E_TESTING_TOKEN }
|
||||
: undefined,
|
||||
trace: 'on-first-retry',
|
||||
headless: true,
|
||||
screenshot: 'only-on-failure',
|
||||
|
||||
Reference in New Issue
Block a user