Replies: 1 comment 3 replies
-
There's no such configuration in the preprocessor, nor in Cypress, afaik. Are you naming your features using user stories, IE. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
![cypress cloud](https://private-user-images.githubusercontent.com/173462513/341745962-16e5b8cc-43ef-4e08-bfbf-7e212ec6001b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDQyOTUsIm5iZiI6MTczOTYwMzk5NSwicGF0aCI6Ii8xNzM0NjI1MTMvMzQxNzQ1OTYyLTE2ZTViOGNjLTQzZWYtNGUwOC1iZmJmLTdlMjEyZWM2MDAxYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNzE5NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jOTg1YmQxNzgxZTVkOGU4MTgzYWVlYTU4MTRiZWRlYWI4NGYyMTEyNTY4ODIzMjVhZDk0Y2RjZmU2MjA4OTdkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Db0zHf7j05LcfnPWovJK7Vuivt3TANeycIqS-bdnug8)
In Cypress Cloud test runs each result shows the feature name ("As a user... I want to... So that..") followed by a
>
and then the scenario name. The scenario also gets truncated. This makes it harder to read and understand which scenario I'm looking at. Is there a way to configure the cucumber pre-propressor (or Cypress) so that only the scenario names appear, without the feature name/description?Beta Was this translation helpful? Give feedback.
All reactions