Skip to content

Commit 2238c61

Browse files
ivy00johnstomreece
authored andcommitted
MQE-394: Pre-Install Script
- Adding pre-install script for the framework that will check to see if you have all necessary software installed. - Adding a Robo command to run the script.
1 parent 49c8cbe commit 2238c61

File tree

2 files changed

+395
-0
lines changed

2 files changed

+395
-0
lines changed

dev/tests/acceptance/RoboFile.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,12 @@ function allure2Report()
173173
$this->allure2Open();
174174
}
175175
}
176+
177+
/**
178+
* Run the Pre-Install Check Script
179+
*/
180+
function preInstall()
181+
{
182+
$this->_exec('php pre-install.php');
183+
}
176184
}

0 commit comments

Comments
 (0)