Skip to content

Commit

Permalink
tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 9, 2024
1 parent c80464b commit 3cec1f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions utils/workflow/Initialize-ScubaGearForTesting.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Initialize-ScubaGearForTesting {
<#
.DESCRIPTION
Initializes ScubaGear for testing
.SYNOPSIS
Initializes ScubaGear, which installs the necessary modules and tools to run ScubaGear.
#>

Write-Output 'Initializing ScubaGear for testing...'
Expand All @@ -11,5 +11,4 @@ function Initialize-ScubaGearForTesting {
Write-Output 'Importing function Initialize-Scuba...'
Import-Module (Join-Path -Path $RepoRootPath -ChildPath 'PowerShell/ScubaGear') -Function Initialize-Scuba
Write-Output 'Calling Initialize ScubaGear...'
Initialize-SCuBA
}
Initialize-SCuBA
4 changes: 2 additions & 2 deletions utils/workflow/Install-SeleniumForTesting.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Install-SeleniumForTesting {
<#
.DESCRIPTION
Installs Selenium for ScubaGear testing
.SYNOPSIS
Installs Selenium PowerShell module and Chrome driver for ScubaGear testing
#>

Write-Output 'Installing Selenium for testing...'
Expand Down

0 comments on commit 3cec1f0

Please sign in to comment.