Skip to content

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

License

Notifications You must be signed in to change notification settings

renovate-bot/robo-joomla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%