Scenario names

Every scenario has a name. For example:

Scenario: Issue a bound Personal Auto policy

Certain characters cannot be used in a scenario name because they prevent Studio from being able to correct parse the feature file. This includes the following ten characters:

= & ( ) [ ] < > / \

If a scenario name includes one of the characters, Behavior Testing Framework throws the following exception when trying to run the scenario: IllegalStateException: Remote Cucumber invocation: Could not find single matching Scenario/Step combination.

If necessary, use alphanumeric alternates for these characters, such as the word "equals" for "=".