Skip to content

Commit

Permalink
Merge branch 'report-viewer/simple-e2e' of https://github.com/jplag/J…
Browse files Browse the repository at this point in the history
…Plag into report-viewer/simple-e2e
  • Loading branch information
Kr0nox committed Oct 6, 2023
2 parents d5ba1bc + 47b2cec commit 4d80ee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion report-viewer/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ const config: PlaywrightTestConfig = {
* Maximum time expect() should wait for the condition to be met.
* For example in `await expect(locator).toHaveText();`
*/
timeout: 5000
timeout: 5000,
toMatchSnapshot: {
maxDiffPixelRatio: 0.01
}
},
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
Expand Down

0 comments on commit 4d80ee3

Please sign in to comment.