includePackages

abstract fun includePackages(packages: Collection<String>): TestSpec(source)

Adds all tests declared in the target packages to the test execution.

Return

this

Parameters

packages

The target packages.

See also