Skip to content

Commit

Permalink
Update RoboFile.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijSharma2014 committed Oct 30, 2015
1 parent 6bacebc commit 577933c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ public function runTests($seleniumPath = null, $suite = 'acceptance')
->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');
Expand Down

0 comments on commit 577933c

Please sign in to comment.