I'm actually installing WebCeption in a project with two main sets of tests: the main API tests, that reside in the project root, and an extension's unit tests, in a subdir.
Currently, while I add both codeception.yml files to Webception, it crashes looking for an "api" folder inside the extension and an "unit" folder inside the main project tests.
Would be better if I could specify "I want api tests for site X and unit, functional tests for site Y".
I'm actually installing WebCeption in a project with two main sets of tests: the main API tests, that reside in the project root, and an extension's unit tests, in a subdir.
Currently, while I add both
codeception.yml
files to Webception, it crashes looking for an "api" folder inside the extension and an "unit" folder inside the main project tests.Would be better if I could specify "I want
api
tests for site X andunit, functional
tests for site Y".