Skip to content

Commit

Permalink
Adding device emulation option
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Oct 18, 2024
1 parent 925a977 commit ed2f872
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/synthetics-replicator-tests/synthetics.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { SyntheticsConfig } from '@elastic/synthetics';
import { SyntheticsConfig } from '@elastic/synthetics';
import { devices } from "playwright-chromium"

export default env => {
const config: SyntheticsConfig = {
Expand All @@ -10,6 +11,7 @@ export default env => {
},
playwrightOptions: {
ignoreHTTPSErrors: false,
...devices['Desktop Chrome']
},
/**
* Configure global monitor settings
Expand Down

0 comments on commit ed2f872

Please sign in to comment.