I want to run my automation tests over the Swoole server which is run by my Octane on the specific port using PHPUnit but how can I run the test on a particular URL?
For example, my Swoole server runs on http://localhost:8080
, and I want to run the feature tests over this URL instead of the PHPUnit internal kernel.