diff --git a/features/bootstrap/RestApiContext.php b/features/bootstrap/RestApiContext.php index a48471a305e..6a2f5ea0602 100644 --- a/features/bootstrap/RestApiContext.php +++ b/features/bootstrap/RestApiContext.php @@ -81,9 +81,9 @@ public function callRestApi() $this->logfile = tempnam('/tmp', $this->logFilePrefix); exec( 'newman run' . + ' tests/rest_api/' . $this->restCollection . ' --no-color --disable-unicode --reporter-cli-no-assertions' . ' --environment ' . $this->envfile . - ' tests/rest_api/' . $this->restCollection . ' > ' . $this->logfile, $output, $retval