Skip to content

Commit

Permalink
chore: set default page size for E2E tests (#10219)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

Sets default window size to help improve consistency between CI and
local E2E test runs.
  • Loading branch information
jcfranco authored Sep 5, 2024
1 parent 2451f37 commit 2305cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/calcite-components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const create: () => Config = () => ({
],
},
testing: {
browserArgs: ["--window-size=1200,800"],
watchPathIgnorePatterns: ["<rootDir>/../../node_modules", "<rootDir>/dist", "<rootDir>/www", "<rootDir>/hydrate"],
moduleNameMapper: {
"^lodash-es$": "lodash",
Expand Down

0 comments on commit 2305cc8

Please sign in to comment.