Skip to content

Commit

Permalink
Added warning about then to use headful mode
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb-elastic committed Aug 3, 2023
1 parent 8b360c1 commit 01b186c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/observability/synthetics-command-reference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ Runs with the browser in headful mode.
+
This is the same as running `--playwright-options '{"headless": false}'`.

[NOTE]
=====
Headful mode is only to be used locally when testing, to help see the browser being shown and to interact with DOM elements. Do not attempt to run in headful mode when running through Elastic's global managed testing infrastructure, or {private-location}s.
=====

`-h, --help`::
Shows help for the `npx @elastic/synthetics` command.

Expand Down

0 comments on commit 01b186c

Please sign in to comment.