Divide acceptance tests into 5 groups

[MAILPOET-2223]
This commit is contained in:
Ján Mikláš
2019-07-31 15:13:51 +02:00
committed by Jan Jakeš
parent b58a33ad93
commit 3ae92c411d
2 changed files with 14 additions and 1 deletions

View File

@ -585,7 +585,7 @@ class RoboFile extends \Robo\Tasks {
}
public function testAcceptanceGroupTests() {
return $this->taskSplitTestFilesByGroups(4)
return $this->taskSplitTestFilesByGroups(5)
->projectRoot('.')
->testsFrom('tests/acceptance')
->groupsTo('tests/acceptance/_groups/group_')