You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample.conf defines a key for defining a test name. For example: description: "plugin should create the task named x". Upon test execution, the test name uses the description instead of auto-generated description.
Current Behavior
The test name is derived of the directory hierarchy and the prefix of the sample.conf file. The test name is hard to read and doesn't really express its intent.
Context
Auto-discovering tests with one of the Runner implementations produces cryptic test names.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The
sample.conf
defines a key for defining a test name. For example:description: "plugin should create the task named x"
. Upon test execution, the test name uses the description instead of auto-generated description.Current Behavior
The test name is derived of the directory hierarchy and the prefix of the
sample.conf
file. The test name is hard to read and doesn't really express its intent.Context
Auto-discovering tests with one of the
Runner
implementations produces cryptic test names.The text was updated successfully, but these errors were encountered: