Add Firefox as a prerequisite
This commit is contained in:
parent
09422bd435
commit
c3babffe14
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function Invoke-WindowsInstallation([Context] $context)
|
||||||
Install-Module -AcceptLicense -Force "NuGet";
|
Install-Module -AcceptLicense -Force "NuGet";
|
||||||
Import-Module NuGet;
|
Import-Module NuGet;
|
||||||
|
|
||||||
choco install -y selenium-gecko-driver;
|
choco install -y firefox selenium-gecko-driver;
|
||||||
Install-Package -Force Selenium.WebDriver -SkipDependencies;
|
Install-Package -Force Selenium.WebDriver -SkipDependencies;
|
||||||
|
|
||||||
$context.Set("SoftwarePrerequisitesInstalled", 1);
|
$context.Set("SoftwarePrerequisitesInstalled", 1);
|
||||||
|
|
Loading…
Reference in a new issue