-
Notifications
You must be signed in to change notification settings - Fork 614
Closed
Labels
Description
Some tools like PHPStan or Rector add clickable links to their output. So when they report something about any file, you are able to click on the CLI and directly open the file in the right line in your IDE. The format of these links is configurable so that they can have the format that works with your particular IDE.
We should have equivalent functionality so that when Behat reports a a test failure in a file or shows any other file path, these paths are clickable and can be opened directly in your IDE. The format of the link should be configurable in the Behat config file.