Run configurations using different Codeception configurations
I have two PHP CLI interpreters. 1 local and 1 remote. Based on this I have created two codeception configurations. One using the local interpreter, the other using the remote interpreter.
How can I make run/debug configurations based on the two (local and remote) codeception configurations?
What I want to achieve is being able to run codeception both locally as remotely from the PHPStorm IDE. Can that be done? (Now I need to go to Settings->PHP and change the CLI Interpreter to make the switch. Quite cumbersome.
Please sign in to leave a comment.
Yup, that's quite cumbersome indeed. Unfortunately this can't be worked around a.t.m. but we're planning to change this:
- https://youtrack.jetbrains.com/issue/WI-26176
- https://youtrack.jetbrains.com/issue/WI-35548