Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
// line (so we have a quick overview in the logs while the tests are running)
// github (to have annotations in the PR)
// locally we just want the html report with the traces
reporter: process.env.CI ? [['blob'], ['line'], ['github']] : 'html',
reporter: process.env.CI ? [['blob'], ['line'], ['github']] : 'list',
use: {
// Base URL to use in actions like `await page.goto('./')`.
baseURL: process.env.baseURL ?? 'http://localhost:8089/index.php/',
Expand Down
Loading