Is it possible to display relative path to spec in console? #23701
Unanswered
steffenag97
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am using Cypress for E2E tests in an application I am working on, where we currently have a lot of test suites that we group in folders.
We just migrated from Cypress
7.7.0
to10.7.0
, which mainly looks and works great, although we have a few issues.One of our issues is that the spec folder name does not show up in the console like it used to, which was very handy!
Is there some way we can get this back?
Note: This is the console that shows up when you run
cypress run
Old results table (With spec path):

New results table after upgrading

Cypress
(Only with spec name):Beta Was this translation helpful? Give feedback.
All reactions