Skip to content

feat(config): show only failures in CI terminal output - #182

Merged
Devin Rousso (dcrousso) merged 1 commit into
microsoft:mainfrom
dcrousso:ci-reporter-only-failures
Sep 18, 2026
Merged

Devin Rousso (dcrousso) merged 1 commit into
microsoft:mainfrom
dcrousso:ci-reporter-only-failures

Conversation

@dcrousso

Copy link
Copy Markdown
Contributor

generated projects currently print progress for successful tests on CI

add list with printOnlyFailures on CI while preserving the HTML report

related to microsoft/playwright#42702

generated projects currently print progress for successful tests on CI

add `list` with `printOnlyFailures` on CI while preserving the HTML report
Comment thread tests/integration.spec.ts
].join('\n');

for (const language of ['TypeScript', 'JavaScript'] as const) {
for (const componentTesting of [false, true]) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just remove component testing support from create-playwright.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ill do that in a followup

@dcrousso
Devin Rousso (dcrousso) merged commit f647ec7 into microsoft:main Sep 18, 2026
21 of 25 checks passed
@dcrousso
Devin Rousso (dcrousso) deleted the ci-reporter-only-failures branch September 18, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants