blob: f5c0a0c402105da953686bbd8bd832f563fc583b [file] [view] [edit]
# batchtester
`batchtester` is a tool that runs a batch of test executables in sequence,
performing setup of a Fuchsia target device before running the tests if
necessary.
Its primary customer is out-of-tree projects using the Bazel SDK, but it is
intended to be an eventual replacement for `testrunner`
(`//tools/testing/testrunner`).
`batchtester` is intended to amortize the cost of device setup and run on
Fuchsia-managed testing machines, neither of which is possible out-of-the-box
with `bazel test`.
Design doc: <http://goto.corp.google.com/oot-infra-testing>