Cypress dashboard test results display full file path rather than from integrationFolder specified #20300
rachg19
started this conversation in
Cypress Cloud
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a config-file (e.g. cypress-regression.json) that specifies the 'integrationFolder' that is other than the default
cypress/integration
e.g. cypress/regressionTestsWhen viewing the Test Results in Cypress dashboard, the spec file name is the full file path. How can I make it display the test names from the path of the integrationFolder specified e.g.
<filename>.spec.ts
rather thancypress/regressionTests/<filename>.spec.ts
?Beta Was this translation helpful? Give feedback.
All reactions