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
Currently, the name property is generated from the it block string, which is good but the classname property is a concatination of describe + it block strings.
Therefore my Azure Pipeline test reports look strange:
Describe block string
- it block string
Describe block string
- it block string
If You could add a configuration option property so I could limit the name/classname property to only the describe block my reports would look more concise in Azure.
Describe block string
- it block string
- it block string
My current setup in
.mocharrc.yml
looks like so:Currently, the
name
property is generated from theit
block string, which is good but theclassname
property is a concatination ofdescribe
+it
block strings.Therefore my Azure Pipeline test reports look strange:
If You could add a configuration option property so I could limit the
name/classname
property to only thedescribe
block my reports would look more concise in Azure.@michaelleeallen - can I ask You to add such a feature?
The text was updated successfully, but these errors were encountered: