Skip to content

Commit

Permalink
added new tests.sitespeed.xvfb setting to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit committed Oct 19, 2024
1 parent 47b6b21 commit 5d3b14d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/settings-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,22 @@ This is needed when using it in our docker image (IF not used in interactive mod
This variable tells sitespeed based test(s) to use docker image version instead of NPM version.
Please read more about this on [SiteSpeed test section](tests/sitespeed.md).

### tests.sitespeed.iterations `(Default = 2)`

This variable tells sitespeed based test(s) how many iterations it should do against the url to get the best measurement.
Please read more about this on [SiteSpeed test section](tests/sitespeed.md).

### tests.sitespeed.timeout `(Default = 300 ms)`

This variable tells sitespeed based test(s) how long it should wait for a url to load.
Setting this to a lower value may improve overall test speed if many urls are being tested and
it is not important if one or two tests fail.
Please read more about this on [SiteSpeed test section](tests/sitespeed.md).

### tests.sitespeed.iterations `(Default = 2)`
### tests.sitespeed.xvfb `(Default = false)`

This variable tells sitespeed based test(s) how many iterations it should do against the url to get the best measurement.
Please read more about this on [SiteSpeed test section](tests/sitespeed.md).
This variable tells sitespeed based test(s) to start xvfb before the browser is started.
This is only relevant for linux based os.

### test.software.advisory.path `(Default = "")`
This variable is ONLY used to generate a CVE and security related info for software.
Expand Down

0 comments on commit 5d3b14d

Please sign in to comment.