James King

Results 43 comments of James King

@zyab1ik Please see the issue we have in trying to make this project support both v4 and v5: https://github.com/captbaritone/codeception-mailcatcher-module/issues/105

@mbolotov Yes exactly, here is the output in PHPStorm's test window (had to censor the project name as its confidential): ``` /home/jamesking56/.nvm/versions/node/v16.16.0/bin/npx cypress run --reporter /tmp/intellij-cypress-reporter12805111157771413441.js --spec /home/jamesking56/PhpstormProjects/{censored}/tests/cypress/**/* /usr/bin/env: ‘node’:...

Single tests aren't working OK and are showing the same error

Yes that command works in the terminal as normal and I've added the symlink and it does not fix the issue

Yes it is the same user, installed via Jetbrains Toolbox

The comment is good however the main example of using `${{ github.ref }}` just causes the step to fail by default. I'd rather the default examples are working as a...

Test failure @akalineskou

Hit a bit of a problem here in trying to support both Codeception v4 and v5 in `Module` class: In Codeception v4, `$config` has no type: https://github.com/Codeception/Codeception/blob/18beff367306d66f955add5fa74e590a5210e219/src/Codeception/Module.php#L57 However, in v5...

@wazum I think a weak test is better than no test at all, so yes I think still would be worth adding