I have two separate projects: one is my web app itself and other one is Selenium + Java automation tests for my app and we have docker setup.
Is there any way to measure code coverage using Xdebug when crawls web application that reside in diff project?
Thanks in advance. Any help is highly appreciated.