You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is pretty common between all Unit X frameworks to give the developer the control over tests running using a XML config file.
In the config file , you can list the files you want to be part of your suite and you can nest suites as you wish. You can also control the environment variables (in our case maybe stbl). You can configure logging (file , console , ..) and much more.
The text was updated successfully, but these errors were encountered:
hyyan
changed the title
[Feature Request] Allow configuring the test using an XML config file
[Feature Request] Allow configuring the test using a XML config file
Jun 7, 2020
It is pretty common between all Unit X frameworks to give the developer the control over tests running using a XML config file.
In the config file , you can list the files you want to be part of your suite and you can nest suites as you wish. You can also control the environment variables (in our case maybe stbl). You can configure logging (file , console , ..) and much more.
see PHPUnit -The XML Configuration File to get an idea how powerful is such a thing
The text was updated successfully, but these errors were encountered: