Add links to runner output that open the file directly in my IDE #6208
ThomasLandauer
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Do you want to add links to HTML reports? |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I just added a nice feature to PHPStan: When you set an
editorUrl
, the output will get an additional line with a link to open the "offending" file directly in your IDE. See https://phpstan.org/user-guide/output-format#opening-file-in-an-editor for how this looks like. The idea is taken from Symfony, see https://symfony.com/doc/current/reference/configuration/framework.html#ideSo I'm suggesting the same for Codeception: The option to add a link to the output to open the Cest/Test file.
Beta Was this translation helpful? Give feedback.
All reactions