Skip to content

Commit

Permalink
test, playwright - Update test location to add os informaton
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Sep 30, 2024
1 parent d16023f commit 477d1d2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const isCI = !!process.env.CI;
export default defineConfig({
/* Look for test files in the "tests" directory, relative to this configuration file. */
testDir: "./tests",
snapshotPathTemplate: "{testDir}/__screenshots__/{testFilePath}/{arg}{ext}",
snapshotPathTemplate: "{testDir}/__screenshots__/{testFilePath}/{platform}/{arg}{ext}",
/* Maximum time one test can run for. */
timeout: 30 * 1000,
expect: {
Expand Down
Binary file not shown.
Binary file not shown.
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.

0 comments on commit 477d1d2

Please sign in to comment.