Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 372 Bytes

robo-joomla

Robo tasks for Joomla! development, build, testing and everything

Testing tasks

Start Selenium Server with the right Browser WebDriver

class RoboFile extends \Robo\Tasks
{
	use JoomlaRobo\Tasks;

	public function runSelenium($seleniumFolder, $webDriver = 'chrome')
	{
		$this->taskRunSelenium($seleniumFolder, $webDriver)->run();
	}
}