From 577933c5f8b1ddfde6590c4f4b80bcdebd1975d8 Mon Sep 17 00:00:00 2001 From: kshitij sharma Date: Fri, 30 Oct 2015 14:33:23 +0100 Subject: [PATCH] Update RoboFile.php --- RoboFile.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RoboFile.php b/RoboFile.php index 1bdea27..883e858 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -75,10 +75,6 @@ class RoboFile extends \Robo\Tasks ->arg('tests/acceptance/frontend/') ->run() ->stopOnFail(); - - // Kill selenium server - // $this->_exec('curl http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer'); - /* // Uncomment this lines if you need to debug selenium errors $seleniumErrors = file_get_contents('selenium.log');