chore(prod-auth): 🔧 Update Playwright test configuration for production authentication environment

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-30 16:10:58 -08:00
parent fcc9264231
commit ee2b367fe4

View file

@ -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: {