Codeception icon indicating copy to clipboard operation
Codeception copied to clipboard

generate:* commands should create *.dist.yml files

Open Sweetchuck opened this issue 4 years ago • 0 comments

What are you trying to achieve?

The following commands generate ./codeception.yml and ./tests/unit.suite.yml files. I think the default codeception.dist.yml and ./tests/unit.suite.dist.yml file names should be used instead.

The dist file usually tracked with VCS, while the other one is ignored.

  • codecept init
  • codecept generate:suite

Links:

Details

  • Codeception version: 4.x

Sweetchuck avatar Jan 31 '22 23:01 Sweetchuck