Home  >  Q&A  >  body text

How to get the current coverage of php web application in real time?

I want to test a php web application, and I need to get the current coverage in real time after running the application, like nyc and jacoco.

For example, after I manually complete the registration, I test the current coverage, and then after I manually complete the login, I test the current coverage, etc.

Is there any way to avoid interrupting the web program and not using test cases during the test? I looked at php-code-coerage and it seems it can’t be achieved?

P粉413666629P粉413666629380 days ago493

reply all(0)I'll reply

No reply
  • Cancelreply