mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-09 20:58:31 +00:00
Build command with the bin folder
This commit is contained in:
parent
02678e65ba
commit
3f6f869f3d
@ -58,8 +58,8 @@ class RoboFile extends \Robo\Tasks
|
|||||||
|
|
||||||
$this->runSelenium();
|
$this->runSelenium();
|
||||||
|
|
||||||
// Make sure to Run the Build Command to Generate AcceptanceTester
|
// Make sure to tun the build command to generate AcceptanceTester
|
||||||
$this->_exec('php' . $this->extension . ' vendor/codeception/codeception/codecept build');
|
$this->_exec($this->isWindows() ? 'vendor/bin/codecept.bat build' : 'php vendor/bin/codecept build');
|
||||||
|
|
||||||
$this->taskCodecept()
|
$this->taskCodecept()
|
||||||
->arg('--steps')
|
->arg('--steps')
|
||||||
@ -113,8 +113,8 @@ class RoboFile extends \Robo\Tasks
|
|||||||
{
|
{
|
||||||
$this->runSelenium();
|
$this->runSelenium();
|
||||||
|
|
||||||
// Make sure to Run the Build Command to Generate AcceptanceTester
|
// Make sure to tun the build command to generate AcceptanceTester
|
||||||
$this->_exec('php' . $this->extension . ' vendor/codeception/codeception/codecept build');
|
$this->_exec($this->isWindows() ? 'vendor/bin/codecept.bat build' : 'php vendor/bin/codecept build');
|
||||||
|
|
||||||
if (!$pathToTestFile)
|
if (!$pathToTestFile)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user