30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-01 05:50:52 +00:00

Update RoboFile.php

This commit is contained in:
kshitij sharma 2015-10-30 14:33:23 +01:00
parent 6bacebcaff
commit 577933c5f8

View File

@ -75,10 +75,6 @@ class RoboFile extends \Robo\Tasks
->arg('tests/acceptance/frontend/') ->arg('tests/acceptance/frontend/')
->run() ->run()
->stopOnFail(); ->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 // Uncomment this lines if you need to debug selenium errors
$seleniumErrors = file_get_contents('selenium.log'); $seleniumErrors = file_get_contents('selenium.log');