Closed fr05t1k closed 7 years ago
I'd like to work on the issue, but needs elaboration of the issue. Will you please elaborate this issue?
@Rishabh04-02 I've updated this issue.
@fr05t1k Great, I'll work on it.
@fr05t1k I need instructions to run it locally, I'm unable to do so.
script:
- sh ./maketests.sh
- php vendor/bin/codecept run
You can generate stubs by this commands and run tests
@fr05t1k I've made the changes. Now in silent mode its displaying output like this -
Current test: Test200Test
Success: 100 Errors: 0 Fails: 0
Current test: Test9Test
Success: 100 Errors: 0 Fails: 0
Time: 413 ms, Memory: 14.00MB
Is that what you require?
I think it should look like this
Then whats the difference between -q
and --silent
?
I have no idea. This is the default behavior for the default reporter on the screen above. It should be similar.
Codeception has flags: --silent Only outputs suite names and final results -q, --quiet Do not output any message
This flags should work properly.