-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add clickable docs links to error messages #3456
Comments
Relevant issues:
|
Ok, updated a handful of errors to get a sense of the different content in the messages. I'd love to get feedback before updating any more messages. Changes:
ExamplesBefore/after screenshots of all the errors I've updated in interactive and run mode can be found here. |
The inline links makes this whole thing work it. 💖 |
Talked with Brian about error improvement yesterday, going to update error messages in a way where we focus on making changes to the most valuable error messages. Getting full markdown support done in a good looking way will take a bit more work, but figured we could just get clickable docs links in given it was already done. |
I wonder if this issue about adding doc links to command log should be part of the work here: #3610 |
The code for this is done in cypress-io/cypress#3457, but has yet to be released. |
Released in |
Current behavior:
Does not support markdown
Desired behavior:
Should support markdown for links to docs.
Originally this issue was to add full Markdown support, but that'll require a bit more work at a later date. This PR will just add links and the scaffolding to more easily add markdown support later on.
on.cypress.io
domainsThe text was updated successfully, but these errors were encountered: