Add multisite run for acceptance tests

[MAILPOET-1193]
This commit is contained in:
Pavel Dohnal
2018-01-18 12:23:33 +00:00
parent e77d00b179
commit ca6bde8a64
5 changed files with 222 additions and 8 deletions

View File

@@ -231,6 +231,10 @@ class RoboFile extends \Robo\Tasks {
return $this->_exec('COMPOSE_HTTP_TIMEOUT=200 docker-compose run codeception --steps --debug -vvv');
}
function testAcceptanceMultisite() {
return $this->_exec('COMPOSE_HTTP_TIMEOUT=200 docker-compose run -e MULTISITE=1 codeception --steps --debug -vvv');
}
function deleteDocker() {
return $this->_exec('docker-compose down -v --remove-orphans --rmi all');
}