Update RoboFile.php

This commit is contained in:
kshitij sharma 2015-10-30 14:33:23 +01:00
parent 6bacebcaff
commit 577933c5f8
1 changed files with 0 additions and 4 deletions

View File

@ -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');