0

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.

1
  • 4
    Maybe I'm wrong, but i've always thought code coverage was more relevent in unit testing rather than e2e testing. Unit tests are used to make sure every single parts of your app work the way it shoud, while e2e tests are used to make sure those parts works well together. With that in mind, I feel like code coverage make more sens in the context of unit tests rather than e2e. Commented Jan 7 at 14:30

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.