jayhealey / Webception

A Web UI for running Codeception tests.
MIT License
193 stars 59 forks source link

Ability to define different test suits for different sites #14

Open igorsantos07 opened 10 years ago

igorsantos07 commented 10 years ago

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".