Conversation
cf6aa2f to
10322a6
Compare
Replace the custom runner (bin/run-tests) with bktec's built-in nunit runner from the unreleased nunit-runner branch of test-engine-client. - Use BUILDKITE_TEST_ENGINE_TEST_RUNNER=nunit instead of custom - Remove bin/run-tests (bktec handles filter construction internally) - Install bktec from source via go install (nunit-runner branch) - Add go to mise.toml for building from source Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d2d0d-68c7-731c-b8dc-f482d3d473d4
Member
Author
|
Awaiting server-side change to allow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switches the NUnit example from a custom runner (
bin/run-tests) to the built-innunitrunner being added tobktecin buildkite/test-engine-client#39.Changes
BUILDKITE_TEST_ENGINE_TEST_RUNNER=nunitinstead ofcustombin/run-tests— bktec handles class name extraction and--filterconstruction internallygo install ...@nunit-runner) since the runner is not yet in a releasegotomise.tomlfor building from sourceDepends on