Codeception remote tests - problem starting test

Hi,

 

I've configured Codeception 2.5 tests for my PHPStorm 2018 2.5. When I run a test it tells me: "Could not open input file: /home/lmatusik/.phpstorm_helpers/codeception.php". My remote settings are okay, it sees codecept file. Should I do something else to be able to execute tests? I have botstrapped codecept correctly, I have an *yml file. 

0

Please remove your 1) remote PHP interpreter 2) Codeception configuration for this interpreter.
Then, add them back anew and check if the issue persists.

0
Avatar
Permanently deleted user

No I got:

Suite 'vendor/codeception/codeception/tests/api/AxaNoCotributionAnnexCest.php' could not be found. I have this file. My api config is:

actor: ApiTester
modules:
enabled:
- REST:
url: http://<properUrlHere>
depends: PhpBrowser

codeception.yml is default. 

0

请先登录再写评论。