Skip to content

joomla-projects/robo-joomla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages