Angular DevTools browser extension in Cypress browsers #25343
GrumpyMeow
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During development of our Cypress test-scripts it's sometimes necessary to add "data-testid" attributes to components. For our testers it's quite a chore to figure out which Angular-component they then need to modify. The "Angular DevTools" provides functionality to trace things back to Angular components.
The ideal situation would be to have these extensions loaded in the Cypress-browsers. Unfortunately the extension and Cypress are not working together nicely. I'd managed to get the extension to load, but it displays an error about that the "Application is not started".
Is there any thing else which needs to be configured, to also get it working in Cypress?
Beta Was this translation helpful? Give feedback.
All reactions