Skip to content

Commit

Permalink
Add more relevant reporter on CI (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tajdeluca authored Dec 27, 2024
1 parent 6e4ef11 commit 8300112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# portfolio
![Beta CI](https://github.com/tajdeluca/portfolio/workflows/Beta%20CI/badge.svg) ![Production CI](https://github.com/tajdeluca/portfolio/workflows/Production%20CI/badge.svg?branch=master)
![CI/CD](https://github.com/tajdeluca/portfolio/workflows/Deployment/badge.svg)

## Build Setup

Expand Down
2 changes: 1 addition & 1 deletion test/integration/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
retries: process.env.CI ? 2 : 0,
workers: '50%',
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: 'html',
reporter: process.env.CI ? 'github' : 'html',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
Expand Down

0 comments on commit 8300112

Please sign in to comment.