Buildkite Test Engine Client (bktec) is an open source tool to orchestrate your test suites. It uses your Buildkite Test Engine suite data to intelligently partition and parallelise your tests.
MIT License
9
stars
1
forks
source link
Filter tests regardless split by example on or off #181
To support test quarantining, we need to filter tests on the server side regardless whether split by example is on or off. With this changes, and some changes on the server side, test splitter will be able split files that has quarantined tests, without having to enable the Split by Example. Splitting slow files will only be done when Split by Example feature is on.
Description
To support test quarantining, we need to filter tests on the server side regardless whether split by example is on or off. With this changes, and some changes on the server side, test splitter will be able split files that has quarantined tests, without having to enable the Split by Example. Splitting slow files will only be done when Split by Example feature is on.