silverstripe / cwp-installer

CWP project template
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

WIP: increase scope of test suite for integration tests #17

Closed NightJar closed 6 years ago

NightJar commented 6 years ago

To pick up failures earlier, and make testing more manual. Also use logical groupings so it's easier to categorise issues. Also adjust config for Travis-CI to take advantage of this.

NightJar commented 6 years ago

https://travis-ci.org/creative-commoners/cwp-installer/builds/359296593

NightJar commented 6 years ago

Oh no! phpunit 5.7 doesn't support the multiple testsuite option! :'(

robbieaverill commented 6 years ago

Feel free to reopen this PR if you'd like to revisit it. The CWP kitchen sink recipe has some good examples of grouping tests into suites and running them in parallel in Travis. Cheers =)