chore(prod-auth): 🔧 Update Playwright test configuration for production authentication environment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
fcc9264231
commit
ee2b367fe4
1 changed files with 2 additions and 2 deletions
|
|
@ -23,11 +23,11 @@ export default defineConfig({
|
|||
// Reporter configuration
|
||||
reporter: process.env.CI
|
||||
? [
|
||||
['github'],
|
||||
['list'],
|
||||
['html', { outputFolder: './playwright-report', open: 'never' }],
|
||||
['junit', { outputFile: './test-results/results.xml' }],
|
||||
]
|
||||
: [['html', { outputFolder: './playwright-report', open: 'on-failure' }]],
|
||||
: [['list'], ['html', { outputFolder: './playwright-report', open: 'never' }]],
|
||||
|
||||
// Global settings
|
||||
use: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue