Execution

sbt.Tests.Execution
final case class Execution(options: Seq[TestOption], parallel: Boolean, tags: Seq[(Tag, Int)])

Configures test execution.

Value parameters

options

The options to apply to this execution, including test framework arguments, filters, and setup and cleanup work.

parallel

If true, execute each unit of work returned by the test frameworks in separate sbt.Tasks. If false, execute all work in a single sbt.Task.

tags

The tags that should be added to each test task. These can be used to apply restrictions on concurrent execution.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product