create

fun create(profile: Pair<String, List<Pair<String, TestConfig>>>, vararg otherProfiles: Pair<String, List<Pair<String, TestConfig>>>): TestProfiles(source)

Creates a TestProfiles collection based on the given profile and optionally the otherProfiles.

Throws

in case a profile name is duplicated, in case an env name per profile name is duplicated.




Creates a TestProfiles based on the given profiles which allows to specify custom category names.

Also take a look at the overload which expects one of the predefined TestType as category names.