You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a config that runs multiple tests with multiple workers. Since a week or so the testgrep is not working when the tests are startet with the --verbose flag.
What do you get instead?
When the --verbose flag is set all tests in the whole project get executed and --verbose mode is also not working correctly. I don't see any steps etc. Following command runs the tests:
I debugged today. Found that codecept.init() is getting called twice when --verbose is set. Second time in info.js when --verbose is set but without options. So the testgrep gets ignored. Opened a PR.
What are you trying to achieve?
We have a config that runs multiple tests with multiple workers. Since a week or so the testgrep is not working when the tests are startet with the --verbose flag.
What do you get instead?
When the --verbose flag is set all tests in the whole project get executed and --verbose mode is also not working correctly. I don't see any steps etc. Following command runs the tests:
If I use --steps it works as it should and runs only the tests greped by the smoke property. If I use --verbose it just runs all tests ever.
Details
package.json
The text was updated successfully, but these errors were encountered: