Hello,
I can't make forward using Codeception. That't my test:
$I->amOnPage( '/tulo-forward/?code=nwt&state=' . $currentUrl );
$I->seeResponseCodeIs( 200 );
$I->amOnPage( '/' );
where $currentUrl is 'https://nwt.se/'.
And that's an error.
[GuzzleHttp\Exception\ConnectException] cURL error 7: Failed to connect to www.nwt.se port 80: Connection refused
My question is - how to change port to force Codeception to use port other than 80 using PhpBrowser?