Skip to content

Doc Detective Failure #1572

@vbotbuildovich

Description

@vbotbuildovich

A Doc Detective run (https://github.com/redpanda-data/docs/actions/runs/22007122365) failed with the following results:

{
  "summary": {
    "specs": {
      "pass": 1,
      "fail": 1,
      "warning": 0,
      "skipped": 0
    },
    "tests": {
      "pass": 1,
      "fail": 1,
      "warning": 0,
      "skipped": 0
    },
    "contexts": {
      "pass": 1,
      "fail": 1,
      "warning": 0,
      "skipped": 2
    },
    "steps": {
      "pass": 20,
      "fail": 1,
      "warning": 2,
      "skipped": 40
    }
  },
  "specs": [
    {
      "result": "PASS",
      "specId": "fetch-versions-and-install-rpk-spec",
      "description": "Grab the latest Redpanda & Redpanda Console versions, install rpk, and verify installation.",
      "tests": [
        {
          "result": "PASS",
          "testId": "fetch-versions-and-install-rpk",
          "description": "Fetch the latest Redpanda and Redpanda Console versions and install rpk dependencies.",
          "contexts": [
            {
              "result": "PASS",
              "contextId": "f417e60d-c5ba-4cac-a45d-f0a7edd32f7b",
              "platform": "linux",
              "steps": [
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "\nup to date, audited 2590 packages in 3s\n\n202 packages are looking for funding\n  run `npm fund` for details\n\n40 vulnerabilities (3 low, 11 moderate, 26 high)\n\nTo address issues that do not require attention, run:\n  npm audit fix\n\nTo address all issues possible (including breaking changes), run:\n  npm audit fix --force\n\nSome issues need review, and may require choosing\na different dependency.\n\nRun `npm audit` for details.",
                      "stderr": ""
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "stepId": "install-npm-deps",
                  "description": "Install npm dependencies in this directory.",
                  "runShell": "npm install"
                },
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "v3.5.2",
                      "stderr": ""
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "stepId": "get-console-version",
                  "description": "Get Redpanda Console version from env var or fetch from doc-tools.",
                  "runShell": {
                    "command": "if [ -n \"$REDPANDA_CONSOLE_VERSION\" ]; then echo $REDPANDA_CONSOLE_VERSION; else npx doc-tools get-console-version --from-antora | grep CONSOLE_VERSION= | cut -d'=' -f2; fi"
                  },
                  "variables": {
                    "REDPANDA_CONSOLE_VERSION": "$stdio.stdout"
                  }
                },
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "console",
                      "stderr": ""
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "stepId": "get-console-docker-repo",
                  "description": "Get Redpanda Console Docker repo from env var or fetch from doc-tools.",
                  "runShell": {
                    "command": "if [ -n \"$CONSOLE_DOCKER_REPO\" ]; then echo $CONSOLE_DOCKER_REPO; else npx doc-tools get-console-version --from-antora | grep CONSOLE_DOCKER_REPO= | cut -d'=' -f2; fi"
                  },
                  "variables": {
                    "CONSOLE_DOCKER_REPO": "$stdio.stdout"
                  }
                },
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "v25.3.7",
                      "stderr": ""
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "stepId": "get-redpanda-version",
                  "description": "Get Redpanda version from env var or fetch from doc-tools.",
                  "runShell": {
                    "command": "if [ -n \"$REDPANDA_VERSION\" ]; then echo $REDPANDA_VERSION; else npx doc-tools get-redpanda-version --from-antora | grep REDPANDA_VERSION= | cut -d'=' -f2; fi"
                  },
                  "variables": {
                    "REDPANDA_VERSION": "$stdio.stdout"
                  }
                },
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "redpanda",
                      "stderr": ""
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "stepId": "get-redpanda-docker-repo",
                  "description": "Get Redpanda Docker repo from env var or fetch from doc-tools.",
                  "runShell": {
                    "command": "if [ -n \"$REDPANDA_DOCKER_REPO\" ]; then echo $REDPANDA_DOCKER_REPO; else npx doc-tools get-redpanda-version --from-antora | grep REDPANDA_DOCKER_REPO= | cut -d'=' -f2; fi"
                  },
                  "variables": {
                    "REDPANDA_DOCKER_REPO": "$stdio.stdout"
                  }
                },
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "\u001b[0;32m[INFO]\u001b[0m Installing/checking dependencies for doc-tools CLI commands...\n\u001b[0;32m[INFO]\u001b[0m Installing expect...\nGet:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]\nGet:6 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]\nGet:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]\nHit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease\nGet:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]\nGet:8 https://packages.microsoft.com/repos/azure-cli noble/main amd64 Packages [2129 B]\nGet:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]\nGet:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]\nGet:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [11.4 kB]\nGet:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [68.9 kB]\nGet:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]\nGet:12 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [89.5 kB]\nGet:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1742 kB]\nGet:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [325 kB]\nGet:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]\nGet:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 c-n-f Metadata [16.5 kB]\nGet:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1529 kB]\nGet:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [313 kB]\nGet:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [386 kB]\nGet:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 c-n-f Metadata [31.9 kB]\nGet:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [2594 kB]\nGet:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [595 kB]\nGet:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]\nGet:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]\nGet:25 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7284 B]\nGet:26 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [10.5 kB]\nGet:27 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]\nGet:28 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]\nGet:29 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1448 kB]\nGet:30 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [234 kB]\nGet:31 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.5 kB]\nGet:32 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 c-n-f Metadata [9892 B]\nGet:33 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [930 kB]\nGet:34 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [212 kB]\nGet:35 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [74.3 kB]\nGet:36 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 c-n-f Metadata [19.9 kB]\nGet:37 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2452 kB]\nGet:38 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [564 kB]\nGet:39 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]\nGet:40 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [212 B]\nFetched 14.3 MB in 2s (8237 kB/s)\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n  tcl-expect\nThe following NEW packages will be installed:\n  expect tcl-expect\n0 upgraded, 2 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 247 kB of archives.\nAfter this operation, 538 kB of additional disk space will be used.\nGet:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]\nGet:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcl-expect amd64 5.45.4-3 [110 kB]\nGet:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 expect amd64 5.45.4-3 [137 kB]\nFetched 247 kB in 0s (2665 kB/s)\nSelecting previously unselected package tcl-expect:amd64.\r\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 218331 files and directories currently installed.)\r\nPreparing to unpack .../tcl-expect_5.45.4-3_amd64.deb ...\r\nUnpacking tcl-expect:amd64 (5.45.4-3) ...\r\nSelecting previously unselected package expect.\r\nPreparing to unpack .../expect_5.45.4-3_amd64.deb ...\r\nUnpacking expect (5.45.4-3) ...\r\nSetting up tcl-expect:amd64 (5.45.4-3) ...\r\nSetting up expect (5.45.4-3) ...\r\nProcessing triggers for man-db (2.12.0-4build2) ...\r\nNot building database; man-db/auto-update is not 'true'.\r\nProcessing triggers for libc-bin (2.39-0ubuntu8.7) ...\r\n\u001b[0;32m[INFO]\u001b[0m jq is already installed\n\u001b[0;32m[INFO]\u001b[0m Node.js is already installed. Version: v20.20.0\n\u001b[1;33m[WARN]\u001b[0m Node.js version v20.20.0 is below minimum required v22.20.0\n\u001b[1;33m[WARN]\u001b[0m Please upgrade Node.js manually to v22.20.0 or later\n\u001b[0;32m[INFO]\u001b[0m You can:\n\u001b[0;32m[INFO]\u001b[0m   1. Use fnm: curl -fsSL https://fnm.vercel.app/install | bash && fnm install 22 && fnm use 22\n\u001b[0;32m[INFO]\u001b[0m   2. Use nvm: nvm install 22 && nvm use 22\n\u001b[0;32m[INFO]\u001b[0m   3. Use Homebrew: brew install node@22\n\u001b[0;32m[INFO]\u001b[0m   4. Download from: https://nodejs.org/\n\u001b[1;33m[WARN]\u001b[0m Some CLI features (like @redocly/cli 2.2.2) require Node.js >= v22.20.0\n\u001b[0;32m[INFO]\u001b[0m Rust is already installed. Version: rustc 1.93.0 (254b59607 2026-01-19)\n\u001b[0;32m[INFO]\u001b[0m Git is already installed. Version: git version 2.52.0\n\u001b[0;32m[INFO]\u001b[0m buf is already installed. Version: 1.61.0\n\u001b[0;32m[INFO]\u001b[0m Docker is already installed. Version: Docker version 29.1.5, build 0e6fee6\n\u001b[0;32m[INFO]\u001b[0m make is already installed. Version: GNU Make 4.3\n\u001b[0;32m[INFO]\u001b[0m Python3 is already installed. Version: Python 3.12.3\n\u001b[0;32m[INFO]\u001b[0m curl is already installed\n\u001b[0;32m[INFO]\u001b[0m tar is already installed\n\u001b[0;32m[INFO]\u001b[0m redocly is already installed\n\u001b[0;32m[INFO]\u001b[0m @redocly/cli is available via npx\n\u001b[0;32m[INFO]\u001b[0m Installing pandoc...\nGet:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]\nHit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease\nHit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease\nHit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease\nHit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease\nHit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease\nHit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n  pandoc-data\nSuggested packages:\n  texlive-latex-recommended texlive-xetex texlive-luatex pandoc-citeproc\n  texlive-latex-extra context wkhtmltopdf librsvg2-bin groff ghc nodejs python\n  r-base-core libjs-mathjax libjs-katex citation-style-language-styles\nThe following NEW packages will be installed:\n  pandoc pandoc-data\n0 upgraded, 2 newly installed, 0 to remove and 18 not upgraded.\nNeed to get 26.9 MB of archives.\nAfter this operation, 200 MB of additional disk space will be used.\nGet:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]\nGet:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pandoc-data all 3.1.3-1 [92.4 kB]\nGet:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pandoc amd64 3.1.3+ds-2 [26.9 MB]\nFetched 26.9 MB in 0s (57.8 MB/s)\nSelecting previously unselected package pandoc-data.\r\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 218409 files and directories currently installed.)\r\nPreparing to unpack .../pandoc-data_3.1.3-1_all.deb ...\r\nUnpacking pandoc-data (3.1.3-1) ...\r\nSelecting previously unselected package pandoc.\r\nPreparing to unpack .../pandoc_3.1.3+ds-2_amd64.deb ...\r\nUnpacking pandoc (3.1.3+ds-2) ...\r\nSetting up pandoc-data (3.1.3-1) ...\r\nSetting up pandoc (3.1.3+ds-2) ...\r\nProcessing triggers for man-db (2.12.0-4build2) ...\r\nNot building database; man-db/auto-update is not 'true'.\r\n\u001b[0;32m[INFO]\u001b[0m pandoc installed successfully\n\u001b[1;33m[WARN]\u001b[0m helm-docs is not installed. Required for: helm-spec command\n\u001b[0;32m[INFO]\u001b[0m Please install manually: https://github.com/norwoodj/helm-docs\n\u001b[1;33m[WARN]\u001b[0m crd-ref-docs is not installed. Required for: crd-spec command\n\u001b[0;32m[INFO]\u001b[0m Please install manually: https://github.com/elastic/crd-ref-docs\n\u001b[0;32m[INFO]\u001b[0m Go is already installed. Version: go version go1.24.13 linux/amd64\n\u001b[1;33m[WARN]\u001b[0m ⚠️  Node.js version requirement not met. Some CLI features may not work properly.\n\u001b[0;32m[INFO]\u001b[0m Installing rpk...\n\u001b[0;32m[INFO]\u001b[0m Detected Linux x86_64, downloading rpk-linux-amd64.zip...\nArchive:  rpk-linux-amd64.zip\n  inflating: rpk                     \n\u001b[0;32m[INFO]\u001b[0m rpk has been installed successfully. Version information:\nrpk version (Redpanda CLI): v25.3.7 (rev 0cc5d073f5)\n\u001b[0;32m[INFO]\u001b[0m ✅ All dependencies installation/check completed!\n\u001b[0;32m[INFO]\u001b[0m \n\u001b[0;32m[INFO]\u001b[0m 📋 Summary of installed tools:\n\u001b[0;32m[INFO]\u001b[0m Core tools: Node.js (>= v22.20.0), Git, buf, curl, tar, jq, expect\n\u001b[0;32m[INFO]\u001b[0m OpenAPI bundlers: @redocly/cli or swagger-cli\n\u001b[0;32m[INFO]\u001b[0m Build tools: make, Python3\n\u001b[0;32m[INFO]\u001b[0m Optional tools: Docker, pandoc, helm-docs, crd-ref-docs, Go, rpk\n\u001b[0;32m[INFO]\u001b[0m \n\u001b[0;32m[INFO]\u001b[0m 🚀 You can now use all doc-tools CLI commands!\n\u001b[0;32m[INFO]\u001b[0m 📚 Run 'doc-tools --help' to see available commands",
                      "stderr": "\nRunning kernel seems to be up-to-date.\n\nNo services need to be restarted.\n\nNo containers need to be restarted.\n\nNo user sessions are running outdated binaries.\n\nNo VM guests are running outdated hypervisor (qemu) binaries on this host.\n\nRunning kernel seems to be up-to-date.\n\nNo services need to be restarted.\n\nNo containers need to be restarted.\n\nNo user sessions are running outdated binaries.\n\nNo VM guests are running outdated hypervisor (qemu) binaries on this host.\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\n\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\n\r100 43.0M  100 43.0M    0     0  62.2M      0 --:--:-- --:--:-- --:--:-- 62.2M"
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "stepId": "install-test-dependencies",
                  "description": "Use doc-tools to install any additional test dependencies.",
                  "runShell": {
                    "command": "npx doc-tools install-test-dependencies",
                    "timeout": 420000
                  }
                },
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "",
                      "stderr": ""
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "stepId": "echo-redpanda-version",
                  "description": "Echo the Redpanda version to verify that the variable was set.",
                  "runShell": {
                    "command": "bash",
                    "args": [
                      "-c",
                      "echo v25.3.7"
                    ]
                  }
                },
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "",
                      "stderr": ""
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "stepId": "echo-console-version",
                  "description": "Echo the Redpanda Console version to verify that the variable was set.",
                  "runShell": {
                    "command": "bash",
                    "args": [
                      "-c",
                      "echo v3.5.2"
                    ]
                  }
                }
              ]
            },
            {
              "result": "SKIPPED",
              "contextId": "d49a0cb0-e0e9-4279-8c7c-637bbe5680ba",
              "platform": "mac",
              "steps": []
            }
          ]
        }
      ]
    },
    {
      "result": "FAIL",
      "specId": "/home/runner/work/docs/docs/redpanda-docs/modules/get-started/pages/quick-start.adoc",
      "contentPath": "/home/runner/work/docs/docs/redpanda-docs/modules/get-started/pages/quick-start.adoc",
      "tests": [
        {
          "result": "FAIL",
          "testId": "quickstart",
          "description": "Redpanda Self-Managed quickstart",
          "contexts": [
            {
              "result": "FAIL",
              "contextId": "840c8476-5b8d-4ee4-b0ba-9a522b9da2e0",
              "platform": "linux",
              "browser": {
                "name": "chrome",
                "headless": true,
                "viewport": {
                  "width": 1366,
                  "height": 700
                }
              },
              "steps": [
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "",
                      "stderr": ""
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "runShell": {
                    "command": "docker compose down -v",
                    "workingDirectory": "/home/runner/work/docs/docs/redpanda-docs/tests/docker-compose",
                    "timeout": 60000,
                    "exitCodes": [
                      0,
                      1
                    ]
                  },
                  "stepId": "c17e0fab-49be-4ad1-88cf-c7315199fbfc"
                },
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "v25.3.7: Pulling from redpandadata/redpanda\n8a591f89ebae: Pulling fs layer\n42b87ce4834d: Pulling fs layer\nb21337b36fa4: Pulling fs layer\n6a05da3ffd2a: Pulling fs layer\n737a81ed8198: Pulling fs layer\n42b87ce4834d: Download complete\nb21337b36fa4: Download complete\n737a81ed8198: Download complete\nb21337b36fa4: Pull complete\n8a591f89ebae: Download complete\n42b87ce4834d: Pull complete\n737a81ed8198: Pull complete\n6a05da3ffd2a: Download complete\n6a05da3ffd2a: Pull complete\n8a591f89ebae: Pull complete\nDigest: sha256:8dff633b6bae296523c79aae8297290b158f62fcb262831d46d5d67f9d3cdba7\nStatus: Downloaded newer image for docker.redpanda.com/redpandadata/redpanda:v25.3.7\ndocker.redpanda.com/redpandadata/redpanda:v25.3.7\nv3.5.2: Pulling from redpandadata/console\n1a52103bcbac: Pulling fs layer\n502d93652d25: Pulling fs layer\nf0f2abe54d7b: Pulling fs layer\nc646a4038397: Pulling fs layer\n589002ba0eae: Pulling fs layer\n6d70b69ea4a2: Pulling fs layer\n7139a61a913d: Pulling fs layer\n502d93652d25: Download complete\nc646a4038397: Download complete\nf0f2abe54d7b: Download complete\n6d70b69ea4a2: Download complete\n589002ba0eae: Download complete\n7139a61a913d: Download complete\n502d93652d25: Pull complete\n589002ba0eae: Pull complete\n1a52103bcbac: Download complete\n6d70b69ea4a2: Pull complete\n7139a61a913d: Pull complete\nc646a4038397: Pull complete\nf0f2abe54d7b: Pull complete\n1a52103bcbac: Pull complete\nDigest: sha256:e38d80f6773770fd60b76c0d0977afcce0d8d36c3fbedaf6de01eaa098343db9\nStatus: Downloaded newer image for docker.redpanda.com/redpandadata/console:v3.5.2\ndocker.redpanda.com/redpandadata/console:v3.5.2",
                      "stderr": ""
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "runShell": {
                    "command": "docker pull docker.redpanda.com/redpandadata/${REDPANDA_DOCKER_REPO:-redpanda}:${REDPANDA_VERSION:-latest} && docker pull docker.redpanda.com/redpandadata/${CONSOLE_DOCKER_REPO:-console}:${REDPANDA_CONSOLE_VERSION:-latest}",
                    "workingDirectory": "/home/runner/work/docs/docs/redpanda-docs/tests/docker-compose",
                    "timeout": 100000,
                    "exitCodes": [
                      0,
                      1
                    ]
                  },
                  "stepId": "4803a46d-9eea-419b-8da6-d584076e5b7b"
                },
                {
                  "outputs": {
                    "exitCode": 0,
                    "stdio": {
                      "stdout": "",
                      "stderr": " connect Pulling \n mc Pulling \n minio Pulling \n fde27ec984dc Pulling fs layer \n 4e91cb4d4394 Pulling fs layer \n 7d1b974f30b2 Pulling fs layer \n 347b3acdd442 Pulling fs layer \n cd2f3f69481d Pulling fs layer \n c70668fa7ec6 Pulling fs layer \n ae89239dd1df Pulling fs layer \n 4eddea58df7b Pulling fs layer \n cd2f3f69481d Pulling fs layer \n f729eef76d58 Pulling fs layer \n e31e6e893d15 Pulling fs layer \n 795c463039b0 Pulling fs layer \n bfb56b712320 Pulling fs layer \n 64d0a1f791b1 Pulling fs layer \n 3e3250da25ce Pulling fs layer \n 4e91cb4d4394 Download complete \n ae89239dd1df Download complete \n 347b3acdd442 Download complete \n 7d1b974f30b2 Download complete \n fde27ec984dc Downloading [============================>                      ]  6.291MB/11.18MB\n cd2f3f69481d Download complete \n c70668fa7ec6 Downloading [==================================================>]  11.18MB/11.18MB\n 4eddea58df7b Download complete \n e31e6e893d15 Downloading [=>                                                 ]  1.049MB/39.38MB\n 3e3250da25ce Download complete \n cd2f3f69481d Download complete \n 795c463039b0 Download complete \n f729eef76d58 Download complete \n cd2f3f69481d Extracting 1 s\n cd2f3f69481d Extracting 1 s\n e31e6e893d15 Downloading [======>                                            ]  5.243MB/39.38MB\n bfb56b712320 Downloading [============================>                      ]  6.291MB/11.07MB\n fde27ec984dc Download complete \n 64d0a1f791b1 Download complete \n c70668fa7ec6 Download complete \n cd2f3f69481d Extracting 1 s\n cd2f3f69481d Extracting 1 s\n e434ce790b39 Pulling fs layer \n d739b0cd16f8 Pulling fs layer \n 2681f7420f4a Pulling fs layer \n 65382adeada0 Pulling fs layer \n 80bfbb8a41a2 Pulling fs layer \n e31e6e893d15 Downloading [=============>                                     ]  10.49MB/39.38MB\n bfb56b712320 Downloading [=================================>                 ]   7.34MB/11.07MB\n cd2f3f69481d Extracting 1 s\n cd2f3f69481d Extracting 1 s\n e31e6e893d15 Downloading [=========================>                         ]  19.94MB/39.38MB\n bfb56b712320 Download complete \n cd2f3f69481d Extracting 1 s\n cd2f3f69481d Extracting 1 s\n 4e91cb4d4394 Pull complete \n e31e6e893d15 Downloading [===========================================>       ]   34.6MB/39.38MB\n e434ce790b39 Download complete \n 347b3acdd442 Pull complete \n 7d1b974f30b2 Pull complete \n cd2f3f69481d Pull complete \n c70668fa7ec6 Extracting 1 s\n 64d0a1f791b1 Pull complete \n 2681f7420f4a Download complete \n 80bfbb8a41a2 Downloading [=======================>                           ]  1.049MB/2.213MB\n e31e6e893d15 Download complete \n d739b0cd16f8 Download complete \n c70668fa7ec6 Extracting 1 s\n ae89239dd1df Pull complete \n e31e6e893d15 Extracting 1 s\n fde27ec984dc Extracting 1 s\n 80bfbb8a41a2 Download complete \n 65382adeada0 Downloading [=>                                                 ]  2.097MB/74.92MB\n c70668fa7ec6 Pull complete \n 80bfbb8a41a2 Extracting 1 s\n e31e6e893d15 Extracting 1 s\n 65382adeada0 Downloading [==>                                                ]  4.194MB/74.92MB\n fde27ec984dc Extracting 1 s\n 80bfbb8a41a2 Extracting 1 s\n e31e6e893d15 Extracting 1 s\n fde27ec984dc Pull complete \n mc Pulled \n 65382adeada0 Downloading [====>                                              ]  6.291MB/74.92MB\n 80bfbb8a41a2 Extracting 1 s\n e31e6e893d15 Extracting 1 s\n 65382adeada0 Downloading [====>                                              ]   7.34MB/74.92MB\n 80bfbb8a41a2 Extracting 1 s\n e31e6e893d15 Extracting 1 s\n 65382adeada0 Downloading [======>                                            ]  9.437MB/74.92MB\n 80bfbb8a41a2 Extracting 1 s\n e31e6e893d15 Extracting 1 s\n 65382adeada0 Downloading [======>                                            ]  10.49MB/74.92MB\n 80bfbb8a41a2 Extracting 1 s\n bfb56b712320 Extracting 1 s\n e31e6e893d15 Pull complete \n 4eddea58df7b Pull complete \n 65382adeada0 Downloading [===========>                                       ]  17.83MB/74.92MB\n 3e3250da25ce Extracting 1 s\n 795c463039b0 Pull complete \n 80bfbb8a41a2 Extracting 1 s\n bfb56b712320 Pull complete \n 3e3250da25ce Pull complete \n f729eef76d58 Pull complete \n minio Pulled \n 65382adeada0 Downloading [==================>                                ]  27.26MB/74.92MB\n 80bfbb8a41a2 Extracting 1 s\n 65382adeada0 Downloading [=======================>                           ]   34.6MB/74.92MB\n 80bfbb8a41a2 Extracting 1 s\n 65382adeada0 Downloading [===========================>                       ]  41.94MB/74.92MB\n 80bfbb8a41a2 Extracting 1 s\n 65382adeada0 Downloading [=================================>                 ]  50.15MB/74.92MB\n 80bfbb8a41a2 Extracting 1 s\n 65382adeada0 Downloading [=======================================>           ]  58.72MB/74.92MB\n 80bfbb8a41a2 Extracting 2 s\n 65382adeada0 Downloading [===============================================>   ]   71.3MB/74.92MB\n 80bfbb8a41a2 Extracting 2 s\n 65382adeada0 Download complete \n 80bfbb8a41a2 Extracting 2 s\n 80bfbb8a41a2 Extracting 2 s\n 80bfbb8a41a2 Extracting 2 s\n 80bfbb8a41a2 Extracting 2 s\n 80bfbb8a41a2 Extracting 2 s\n 80bfbb8a41a2 Extracting 2 s\n 80bfbb8a41a2 Extracting 2 s\n 80bfbb8a41a2 Extracting 2 s\n 80bfbb8a41a2 Extracting 3 s\n 80bfbb8a41a2 Extracting 3 s\n 80bfbb8a41a2 Extracting 3 s\n e434ce790b39 Pull complete \n 2681f7420f4a Pull complete \n 80bfbb8a41a2 Pull complete \n 65382adeada0 Extracting 1 s\n af0cffe9858c Download complete \n 65382adeada0 Extracting 1 s\n 7908f62e77ab Download complete \n 65382adeada0 Extracting 1 s\n 65382adeada0 Extracting 1 s\n 65382adeada0 Extracting 1 s\n 65382adeada0 Extracting 1 s\n 65382adeada0 Extracting 1 s\n 65382adeada0 Extracting 1 s\n 65382adeada0 Extracting 1 s\n d739b0cd16f8 Pull complete \n 65382adeada0 Pull complete \n connect Pulled \n Network redpanda-quickstart-multi-broker_redpanda_network  Creating\n Network redpanda-quickstart-multi-broker_redpanda_network  Created\n Volume redpanda-quickstart-multi-broker_redpanda-0  Creating\n Volume redpanda-quickstart-multi-broker_redpanda-0  Created\n Volume redpanda-quickstart-multi-broker_redpanda-2  Creating\n Volume redpanda-quickstart-multi-broker_redpanda-2  Created\n Volume redpanda-quickstart-multi-broker_minio  Creating\n Volume redpanda-quickstart-multi-broker_minio  Created\n Volume redpanda-quickstart-multi-broker_redpanda-1  Creating\n Volume redpanda-quickstart-multi-broker_redpanda-1  Created\n Container minio  Creating\n Container minio  Created\n Container mc  Creating\n Container redpanda-0  Creating\n Container mc  Created\n Container redpanda-0  Created\n Container redpanda-connect  Creating\n Container redpanda-2  Creating\n Container redpanda-quickstart-multi-broker-createtopic-1  Creating\n Container redpanda-1  Creating\n Container redpanda-quickstart-multi-broker-registerschema-1  Creating\n Container redpanda-2  Created\n Container redpanda-quickstart-multi-broker-createtopic-1  Created\n Container redpanda-quickstart-multi-broker-deploytransform-1  Creating\n Container redpanda-1  Created\n Container redpanda-quickstart-multi-broker-registerschema-1  Created\n Container redpanda-connect  Created\n Container redpanda-quickstart-multi-broker-deploytransform-1  Created\n Container redpanda-console  Creating\n Container redpanda-quickstart-multi-broker-consumergroup-1  Creating\n Container redpanda-quickstart-multi-broker-consumergroup-1  Created\n Container redpanda-console  Created\n Container minio  Starting\n Container minio  Started\n Container minio  Waiting\n Container minio  Waiting\n Container minio  Healthy\n Container mc  Starting\n Container minio  Healthy\n Container redpanda-0  Starting\n Container mc  Started\n Container redpanda-0  Started\n Container redpanda-1  Starting\n Container redpanda-0  Waiting\n Container redpanda-0  Waiting\n Container redpanda-2  Starting\n Container redpanda-0  Waiting\n Container redpanda-2  Started\n Container redpanda-1  Started\n Container redpanda-0  Healthy\n Container redpanda-0  Healthy\n Container redpanda-connect  Starting\n Container redpanda-0  Healthy\n Container redpanda-quickstart-multi-broker-createtopic-1  Starting\n Container redpanda-quickstart-multi-broker-registerschema-1  Starting\n Container redpanda-quickstart-multi-broker-createtopic-1  Started\n Container redpanda-quickstart-multi-broker-createtopic-1  Waiting\n Container redpanda-quickstart-multi-broker-registerschema-1  Started\n Container redpanda-connect  Started\n Container redpanda-quickstart-multi-broker-createtopic-1  Exited\n Container redpanda-quickstart-multi-broker-deploytransform-1  Starting\n Container redpanda-quickstart-multi-broker-deploytransform-1  Started\n Container redpanda-quickstart-multi-broker-deploytransform-1  Waiting\n Container redpanda-quickstart-multi-broker-createtopic-1  Waiting\n Container redpanda-quickstart-multi-broker-deploytransform-1  Waiting\n Container redpanda-0  Waiting\n Container redpanda-quickstart-multi-broker-createtopic-1  Waiting\n Container redpanda-quickstart-multi-broker-registerschema-1  Waiting\n Container redpanda-quickstart-multi-broker-createtopic-1  Exited\n Container redpanda-quickstart-multi-broker-registerschema-1  Exited\n Container redpanda-quickstart-multi-broker-deploytransform-1  Exited\n Container redpanda-quickstart-multi-broker-consumergroup-1  Starting\n Container redpanda-quickstart-multi-broker-createtopic-1  Exited\n Container redpanda-quickstart-multi-broker-deploytransform-1  Exited\n Container redpanda-0  Healthy\n Container redpanda-console  Starting\n Container redpanda-quickstart-multi-broker-consumergroup-1  Started\n Container redpanda-console  Started\n Container redpanda-quickstart-multi-broker-consumergroup-1  Waiting\n Container redpanda-console  Waiting\n Container redpanda-connect  Waiting\n Container mc  Waiting\n Container redpanda-quickstart-multi-broker-deploytransform-1  Waiting\n Container redpanda-0  Waiting\n Container redpanda-1  Waiting\n Container redpanda-quickstart-multi-broker-registerschema-1  Waiting\n Container redpanda-2  Waiting\n Container redpanda-quickstart-multi-broker-createtopic-1  Waiting\n Container minio  Waiting\n Container redpanda-1  Healthy\n Container redpanda-connect  Healthy\n Container redpanda-console  Healthy\n Container minio  Healthy\n Container mc  Healthy\n Container redpanda-quickstart-multi-broker-consumergroup-1  Healthy\n Container redpanda-quickstart-multi-broker-deploytransform-1  Exited\n Container redpanda-2  Healthy\n Container redpanda-0  Healthy\n Container redpanda-quickstart-multi-broker-createtopic-1  Exited\n Container redpanda-quickstart-multi-broker-registerschema-1  Exited"
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Executed command.",
                  "runShell": {
                    "command": "docker compose up -d --wait",
                    "workingDirectory": "/home/runner/work/docs/docs/redpanda-docs/tests/docker-compose",
                    "timeout": 150000,
                    "exitCodes": [
                      0
                    ]
                  },
                  "stepId": "96c1e3d9-7048-45fa-ab47-853372187870"
                },
                {
                  "result": "PASS",
                  "resultDescription": "Wait completed successfully.",
                  "wait": 20000,
                  "stepId": "8d12043e-cebb-4a8f-97f6-343cf46c91c8"
                },
                {
                  "result": "PASS",
                  "resultDescription": "Returned 200",
                  "checkLink": {
                    "url": "http://localhost:8080/login"
                  },
                  "statusCodes": 200,
                  "stepId": "d1b209dd-7b2c-4aff-b20d-66f35ecb886c"
                },
                {
                  "result": "PASS",
                  "resultDescription": "Opened URL and all wait conditions met.",
                  "goTo": {
                    "url": "http://localhost:8080/login"
                  },
                  "stepId": "9ba0ccf9-862c-4853-86c0-ba5babe21647"
                },
                {
                  "outputs": {
                    "element": {
                      "text": "",
                      "html": "<input data-testid=\"auth-username-input\" id=\"field-:r1:\" class=\"chakra-input css-6awoxx\" value=\"\" />",
                      "tag": "input",
                      "value": "",
                      "location": {
                        "x": 259.296875,
                        "y": 177.296875
                      },
                      "size": {
                        "width": 322,
                        "height": 35
                      },
                      "clickable": true,
                      "enabled": true,
                      "selected": false,
                      "displayed": true,
                      "displayedInViewport": true
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Found an element matching selector. Found element by elementTestId. Clicked element. Typed keys.",
                  "find": {
                    "elementTestId": "auth-username-input",
                    "timeout": 10000,
                    "click": true,
                    "type": "superuser"
                  },
                  "stepId": "5ac1ac49-018e-4f3d-b328-cbf15ccbaf61"
                },
                {
                  "outputs": {
                    "element": {
                      "text": "",
                      "html": "<input data-testid=\"auth-password-input\" type=\"password\" id=\"field-:r2:\" class=\"chakra-input css-6awoxx\" value=\"\" />",
                      "tag": "input",
                      "value": "",
                      "location": {
                        "x": 259.296875,
                        "y": 243.65625
                      },
                      "size": {
                        "width": 322,
                        "height": 35
                      },
                      "clickable": true,
                      "enabled": true,
                      "selected": false,
                      "displayed": true,
                      "displayedInViewport": true
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Found an element matching selector. Found element by selector,elementTestId. Clicked element. Typed keys.",
                  "find": {
                    "selector": "input",
                    "elementTestId": "auth-password-input",
                    "timeout": 10000,
                    "click": true,
                    "type": "secretpassword"
                  },
                  "stepId": "872267a1-e9da-4395-9099-66633a762237"
                },
                {
                  "outputs": {
                    "element": {
                      "text": "Log in",
                      "html": "<button type=\"button\" class=\"chakra-button css-1lcq22e\" data-testid=\"auth-submit\">Log in</button>",
                      "tag": "button",
                      "value": "",
                      "location": {
                        "x": 259.296875,
                        "y": 355.515625
                      },
                      "size": {
                        "width": 322,
                        "height": 34
                      },
                      "clickable": true,
                      "enabled": true,
                      "selected": false,
                      "displayed": true,
                      "displayedInViewport": true
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Found an element matching selector. Found element by selector,elementText,elementTestId. Clicked element.",
                  "find": {
                    "selector": "button",
                    "elementTestId": "auth-submit",
                    "elementText": "Log in",
                    "timeout": 10000,
                    "click": true
                  },
                  "stepId": "485bbc62-dcd0-4048-9fe7-98a795c9d038"
                },
                {
                  "result": "PASS",
                  "resultDescription": "Returned 200",
                  "checkLink": {
                    "url": "http://localhost:8080/overview"
                  },
                  "statusCodes": 200,
                  "stepId": "42dda9c0-c2f2-4db8-8ba2-b9ad77ccc676"
                },
                {
                  "result": "PASS",
                  "resultDescription": "Wait completed successfully.",
                  "wait": 5000,
                  "stepId": "c70ae41b-2eae-440e-adc1-b2732b58ee98"
                },
                {
                  "outputs": {
                    "changed": true,
                    "screenshotPath": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/overview.png"
                  },
                  "result": "WARNING",
                  "resultDescription": "Saved screenshot. The difference between the existing screenshot and new screenshot (0.14) is greater than the max accepted variation (0.1).",
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/overview.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "3007ed2d-902e-43e1-a87b-2946ef4e781e"
                },
                {
                  "outputs": {
                    "element": {
                      "text": "View",
                      "html": "<button type=\"button\" class=\"chakra-button css-1movdgi\">View</button>",
                      "tag": "button",
                      "value": "",
                      "location": {
                        "x": 797.921875,
                        "y": 419.859375
                      },
                      "size": {
                        "width": 50,
                        "height": 24
                      },
                      "clickable": true,
                      "enabled": true,
                      "selected": false,
                      "displayed": true,
                      "displayedInViewport": true
                    }
                  },
                  "result": "PASS",
                  "resultDescription": "Found an element matching selector. Found element by selector,elementText. Clicked element.",
                  "find": {
                    "selector": "button",
                    "elementText": "View",
                    "timeout": 30000,
                    "click": true
                  },
                  "stepId": "835d9a61-6a18-482f-8bcc-9882c0cc5ed7"
                },
                {
                  "outputs": {
                    "changed": true,
                    "screenshotPath": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/broker-overview.png"
                  },
                  "result": "WARNING",
                  "resultDescription": "Saved screenshot. The difference between the existing screenshot and new screenshot (0.19) is greater than the max accepted variation (0.1).",
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/broker-overview.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "28807e5f-d1d0-46d3-9be0-5eb59ac2cf37"
                },
                {
                  "outputs": {},
                  "result": "FAIL",
                  "resultDescription": "Element not found within timeout",
                  "find": {
                    "selector": "[data-testid='nav-link-Topics']",
                    "elementText": "Topics",
                    "click": true,
                    "timeout": 10000
                  },
                  "stepId": "0b4c406c-d4eb-4371-9d67-892c4b876e9b"
                },
                {
                  "goTo": "http://localhost:8080/topics/transactions",
                  "stepId": "db317c33-e497-4d6a-9b4c-054e5ac4d1f1",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/topic.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "63042f0f-c111-4b59-a0ca-bfbab76b03b1",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='add-topic-filter']",
                    "elementText": "Add filter",
                    "click": true,
                    "timeout": 10000
                  },
                  "stepId": "7eb26b82-b3e9-4669-a93d-8b4bb95e726d",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='add-topic-filter-javascript']",
                    "elementText": "JavaScript Filter",
                    "click": true,
                    "timeout": 20000
                  },
                  "stepId": "f52d55e2-cc5f-4d92-9a98-40859b08ce91",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='add-javascript-filter-name']",
                    "click": true,
                    "type": "Find .edu domains",
                    "timeout": 10000
                  },
                  "stepId": "ca3d0ca7-8c8a-4fe9-9b21-5e16bdd23e43",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/js-filter.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "2412529e-f489-4032-a885-dc0289953ccd",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='add-javascript-filter-save']",
                    "elementText": "Save",
                    "click": true
                  },
                  "stepId": "3b97faa7-74b9-4042-816b-55e17d5a64da",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "goTo": "http://localhost:8080/topics/transactions",
                  "stepId": "d7c269d3-5b6a-4342-9124-8770361e0c4d",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": ".chakra-tabs__tablist button[data-index='5']",
                    "elementText": "Documentation",
                    "click": true,
                    "timeout": 15000
                  },
                  "stepId": "85ba2475-b9f0-4b4b-91d1-d35efb878d01",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/topic-documentation.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "205dac3d-b9cd-4105-9a5c-fd976bd37590",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='nav-link-Schema Registry']",
                    "elementText": "Schema Registry",
                    "click": true,
                    "timeout": 10000
                  },
                  "stepId": "cfa69188-d34d-441b-b512-94f88fc46777",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "goTo": "http://localhost:8080/schema-registry/subjects/transactions?version=latest",
                  "stepId": "f72feb5f-0a41-44c8-a85a-84e801c38fb6",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/schema-reg.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "ff0d87f3-3ea0-40e3-9eb1-7d57692eff0e",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='nav-link-Security']",
                    "elementText": "Security",
                    "click": true,
                    "timeout": 10000
                  },
                  "stepId": "2c619c0d-ead4-4175-aeb0-f6976ef4154d",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "goTo": "http://localhost:8080/security/users",
                  "stepId": "85f1e051-cc4f-47f4-9a32-4bfcf81bd9ed",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='create-user-button']",
                    "elementText": "Create user",
                    "click": true,
                    "timeout": 100000
                  },
                  "stepId": "22eeeda7-e073-4095-960d-b95c6539465b",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='create-user-name']",
                    "click": true,
                    "type": "Sasha",
                    "timeout": 15000
                  },
                  "stepId": "2d48842a-ffa0-4cc8-bf27-cc9ef4c2086a",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='password-input-toggle']",
                    "click": true,
                    "timeout": 15000
                  },
                  "stepId": "74faf6e9-27a9-4a87-a247-3e3287c22c3d",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='test_field']",
                    "click": true,
                    "timeout": 15000
                  },
                  "variables": {
                    "password": "$element.text"
                  },
                  "stepId": "d9038933-2284-4c36-943e-c3df4985c5e2",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='password-input-toggle']",
                    "click": true,
                    "timeout": 15000
                  },
                  "stepId": "e6b61fb1-a8a5-474a-9897-7e297c6ed016",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/user.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "18d2e0de-08bb-4765-8da7-f3bd40d0fa8a",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='nav-link-Transforms']",
                    "elementText": "Transforms",
                    "click": true,
                    "timeout": 15000
                  },
                  "stepId": "1648ad06-cc30-4181-aca2-861f1c952f22",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/transforms.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "937c4479-a488-4d52-99b4-4a588a117736",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "goTo": "http://localhost:8080/upload-license",
                  "stepId": "b3a3f2eb-6c0d-447f-ad87-4ae6a2c51049",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='nav-link-Topics']",
                    "click": true,
                    "timeout": 15000
                  },
                  "stepId": "1396add1-e09e-4052-9b32-677800cae3d6",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "goTo": "http://localhost:8080/topics",
                  "stepId": "61100358-ea75-4e3f-a0c5-b9e91cafde15",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "find": {
                    "selector": "[data-testid='show-internal-topics-checkbox']",
                    "elementText": "Show internal topics",
                    "click": true,
                    "timeout": 15000
                  },
                  "stepId": "fd01e580-4854-4ebc-857f-7cdc77d4c035",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "goTo": "http://localhost:8080/topics/_redpanda.audit_log",
                  "stepId": "af656527-756c-4e74-a3f0-3c9e282543e5",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/audit-logs.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "2ee46ecf-b29d-40ce-97c2-c4767f64e1d9",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "runShell": {
                    "command": "rpk profile create quickstart --from-profile rpk-profile.yaml",
                    "workingDirectory": "/home/runner/work/docs/docs/redpanda-docs/tests/docker-compose"
                  },
                  "stepId": "3a94ae84-8b82-4503-8de1-adc5ea6bd803",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "runShell": {
                    "command": "rpk cluster info -X user=superuser -X pass=secretpassword",
                    "workingDirectory": "/home/runner/work/docs/docs/redpanda-docs/tests/docker-compose"
                  },
                  "stepId": "0110b33f-4ea1-4167-a8f4-b90f475634da",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "runShell": {
                    "command": "rpk topic create chat-room --replicas 3 --topic-config redpanda.remote.read=true --topic-config redpanda.remote.write=true -X user=superuser -X pass=secretpassword"
                  },
                  "stepId": "e0f4af05-ac33-4e3d-a97a-33bd5d2680aa",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "runShell": {
                    "command": "echo 'Pandas are fabulous!' | rpk topic produce chat-room -X user=superuser -X pass=secretpassword"
                  },
                  "stepId": "1a840343-ee8d-4225-a30f-900de5c935cb",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "runShell": {
                    "command": "rpk topic consume chat-room --num 1 -X user=superuser -X pass=secretpassword",
                    "stdio": "/Pandas are fabulous!/",
                    "timeout": 10000
                  },
                  "stepId": "8fe9423b-5e19-4b34-82f3-5efd7e9c5988",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "runShell": {
                    "command": "docker stop redpanda-2",
                    "workingDirectory": "/home/runner/work/docs/docs/redpanda-docs/tests/docker-compose"
                  },
                  "stepId": "15a51a81-9498-4c74-bd82-62c433e6aee6",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "goTo": "http://localhost:8080/overview",
                  "stepId": "f0cd2c3a-0baa-49b0-8867-2314711d1b9a",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "screenshot": {
                    "path": "/home/runner/work/docs/docs/redpanda-docs/modules/console/images/degraded-cluster.png",
                    "maxVariation": 0.1,
                    "overwrite": "aboveVariation"
                  },
                  "stepId": "29b4fac3-d145-4570-aa3b-e9eb6df5a1b9",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "runShell": {
                    "command": "docker start redpanda-2",
                    "workingDirectory": "/home/runner/work/docs/docs/redpanda-docs/tests/docker-compose"
                  },
                  "stepId": "2e2bd312-aa4e-4ef3-9fef-706a23b4e8de",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "runShell": {
                    "command": "rpk profile delete quickstart"
                  },
                  "stepId": "ff3fc1bd-2c82-49e2-9f45-df7504d1194f",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                },
                {
                  "runShell": {
                    "command": "docker compose down -v",
                    "workingDirectory": "/home/runner/work/docs/docs/redpanda-docs/tests/docker-compose"
                  },
                  "stepId": "6932ce33-de6b-4a2f-af0c-b0a75a90d85d",
                  "result": "SKIPPED",
                  "resultDescription": "Skipped due to previous failure in context."
                }
              ]
            },
            {
              "result": "SKIPPED",
              "contextId": "e03a1438-e64e-48db-af4c-531fa3157d3c",
              "platform": "mac",
              "browser": {
                "name": "chrome",
                "headless": true,
                "viewport": {
                  "width": 1366,
                  "height": 700
                }
              },
              "steps": []
            }
          ]
        }
      ]
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions