mirror of https://github.com/sbt/sbt.git
461 B
461 B
Improvements
- ScriptedPlugin: Add the ability to paginate scripted tests.
It is now possible to run a subset of scripted tests in a directory at once,
for example:
Will create three pages and run page 1. This is especially useful when running scripted tests on a CI, to benefit from the available parallelism. [3013]: https://github.com/sbt/sbt/pull/3013 [@smarter]: https://github.com/smarterscripted source-dependencies/*1of3