mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-05 10:48:26 +00:00
Fix for Windows to make sure to run the build command to generate AcceptanceTester
This commit is contained in:
parent
f944819f3e
commit
02678e65ba
@ -58,7 +58,8 @@ class RoboFile extends \Robo\Tasks
|
|||||||
|
|
||||||
$this->runSelenium();
|
$this->runSelenium();
|
||||||
|
|
||||||
$this->_exec('php' . $this->extension . ' vendor/bin/codecept build');
|
// Make sure to Run the Build Command to Generate AcceptanceTester
|
||||||
|
$this->_exec('php' . $this->extension . ' vendor/codeception/codeception/codecept build');
|
||||||
|
|
||||||
$this->taskCodecept()
|
$this->taskCodecept()
|
||||||
->arg('--steps')
|
->arg('--steps')
|
||||||
@ -113,7 +114,7 @@ class RoboFile extends \Robo\Tasks
|
|||||||
$this->runSelenium();
|
$this->runSelenium();
|
||||||
|
|
||||||
// Make sure to Run the Build Command to Generate AcceptanceTester
|
// Make sure to Run the Build Command to Generate AcceptanceTester
|
||||||
$this->_exec("php vendor/bin/codecept build");
|
$this->_exec('php' . $this->extension . ' vendor/codeception/codeception/codecept build');
|
||||||
|
|
||||||
if (!$pathToTestFile)
|
if (!$pathToTestFile)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user