scenarioLabels property

List<String>? scenarioLabels
getter/setter pair

The list of scenario labels that should be run during the test.

The scenario labels should map to labels defined in the application's manifest. For example, player_experience and com.google.test.loops.player_experience add all of the loops labeled in the manifest with the com.google.test.loops.player_experience name to the execution. Scenarios can also be specified in the scenarios field.

Implementation

core.List<core.String>? scenarioLabels;