PHPUnit testing setup

While the script is great to get PHPUnit and the WP test suite all set up (nice one @keesiemeijer !), is there any docs on connecting via SSH without using the right-click ‘Open Site SSH’ option with Local itself? Reason being is I’d like to set it up so you can run the tests within the PHPStorm IDE rather than through the command line.

The script the open site SSH seems to just be eval’ing a docker instance, which doesn’t give a port/address to use as far as I can see.

1 Like