romhut / criterion

This project is no longer maintained - Criterion is a Continuous Integration app built in PHP using MongoDB. Criterion is very easy to setup, and you can add GIT repositories from any provider, and run any commands you wish against it.
MIT License
53 stars 6 forks source link

Test Suites #79

Closed marcqualie closed 2 years ago

marcqualie commented 11 years ago

PHPunit has a cool feature called "test suites". It would be cool if would integrate this into Criterion somehow. Would be very easy to detect if there are suites configured and run them.

The UI would have to be updated to be able to run different commands based on the suite selected, and the suite running interface itself would need to be custom as PHPunit doesn't support it very well natively.

This kind of functionality would save me from creating multiple projects with the same codebase all of the time.