-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turns file paths seen in `Saved Source Files` into links that open those files right inside your browser Enable the `Zenstruck\Browser\Test\BrowserExtension` extension Configure the file link format with the environment variable `BROWSER_FILE_LINK_FORMAT`, the default value is `file://%f#L%l` Can be overloaded in the `phpunit.xml.dist` for example ``` <server name="BROWSER_FILE_LINK_FORMAT" value="'file://%f#L%l"/> ``` iUseful when running your app in a container or in a virtual machine, see Symfony doc https://symfony.com/doc/current/reference/configuration/framework.html#ide
- Loading branch information
LDA
committed
Feb 13, 2025
1 parent
28b7e1a
commit 15b0075
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters