joomla-projects/robo-joomla

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

Installs: 40 827

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 10

Forks: 4

Open Issues: 2

Type:robo-tasks

dev-develop 2019-09-10 10:28 UTC

This package is auto-updated.

Last update: 2024-04-10 21:13:00 UTC


README

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();
	}
}