Skip to content

Commit

Permalink
Merge pull request #3018 from buildkite/malc/fix-bktec-docs
Browse files Browse the repository at this point in the history
Fix incorrect test runner env var name
  • Loading branch information
malclocke authored Dec 17, 2024
2 parents 1b9c321 + 360ecaf commit f2d0fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/content/test_splitting_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pages/test_engine/test_splitting/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down

0 comments on commit f2d0fb5

Please sign in to comment.