From a4e5e746b60b848efb9e30330149e3f33290bef2 Mon Sep 17 00:00:00 2001 From: Torben Ewert Date: Fri, 1 May 2026 11:01:11 +0200 Subject: [PATCH] docs: add documentation for the ignoreCertificateErrors config option --- website/docs/Setup/configuration.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/docs/Setup/configuration.md b/website/docs/Setup/configuration.md index ed4f13a..71e9060 100644 --- a/website/docs/Setup/configuration.md +++ b/website/docs/Setup/configuration.md @@ -163,6 +163,16 @@ A record of additional headers to send with each request. The expected status code of the response. The test will fail, when the expected code does not match the returned one. +--- + +### Ignore Certificate Errors + +- **Key**: `ignoreCertificateErrors` +- **Required**: `false` +- **Type**: `bool` + +If true, the browser will not show the error page for invalid https certificates. + ## Example **A full example of a global config file:** @@ -188,6 +198,7 @@ additionalHttpHeaders: Authorization: "Bearer mytoken123" expectedResponseCode: 200 +ignoreCertificateErrors: true diffPixelColor: r: 209 -- 2.51.2