Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
test: update integration snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
enell committed Feb 9, 2024
1 parent 19e19ec commit 4856453
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/integration/playwright.config.integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const config = {
reporter: [
['dot'],
['html', { outputFolder: './reports/html' }],
['junit', { outputFile: './test/integration/reports/xml/report.xml' }],
['junit', { outputFile: './reports/xml/report.xml' }],
],
testDir: './',
forbidOnly: !!process.env.CI,
Expand Down
2 changes: 1 addition & 1 deletion test/rendering/playwright.config.rendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const config = {
reporter: [
['dot'],
['html', { outputFolder: './reports/html' }],
['junit', { outputFile: './test/rendering/reports/xml/report.xml' }],
['junit', { outputFile: './reports/xml/report.xml' }],
],
testDir: './',
forbidOnly: !!process.env.CI,
Expand Down

0 comments on commit 4856453

Please sign in to comment.