From 360ecaf8293d9ddd55b61f5fb70e28cfc3801f0b Mon Sep 17 00:00:00 2001 From: Malcolm Locke Date: Tue, 17 Dec 2024 15:11:28 +1300 Subject: [PATCH] Fix incorrect test runner env var name --- data/content/test_splitting_env.yaml | 2 +- pages/test_engine/test_splitting/configuring.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/content/test_splitting_env.yaml b/data/content/test_splitting_env.yaml index bd84e67745..40877568be 100644 --- a/data/content/test_splitting_env.yaml +++ b/data/content/test_splitting_env.yaml @@ -31,7 +31,7 @@ mandatory: - Please refer to the `BUILDKITE_TEST_ENGINE_TEST_CMD` environment variable for more details. note: - The Test Engine Client will not delete the file after running the test, however it will be deleted by Buildkite Agent as part of the build lifecycle. - - name: BUILDKITE_TEST_ENGINE_RUNNER + - name: BUILDKITE_TEST_ENGINE_TEST_RUNNER desc: - The test runner to use for running tests. Currently `rspec` and `jest` are supported. - name: BUILDKITE_TEST_ENGINE_SUITE_SLUG diff --git a/pages/test_engine/test_splitting/configuring.md b/pages/test_engine/test_splitting/configuring.md index 0d805665f4..505523815e 100644 --- a/pages/test_engine/test_splitting/configuring.md +++ b/pages/test_engine/test_splitting/configuring.md @@ -163,7 +163,7 @@ steps: BUILDKITE_TEST_ENGINE_API_ACCESS_TOKEN: your-secret-token BUILDKITE_TEST_ENGINE_RESULT_PATH: tmp/rspec-result.json BUILDKITE_TEST_ENGINE_SUITE_SLUG: my-suite - BUILDKITE_TEST_ENGINE_RUNNER: rspec + BUILDKITE_TEST_ENGINE_TEST_RUNNER: rspec ``` {: codeblock-file="pipeline.yml"}