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: 11
Forks: 4
Open Issues: 2
Type:robo-tasks
Requires
- php: >=5.5.0
- consolidation/robo: ~1
This package is auto-updated.
Last update: 2024-10-10 22:15:53 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(); } }