Skip to content

Commit bfd8b3d

Browse files
committed
Just fixing the debug.ps1 sample file to include tests
1 parent 7dd2a97 commit bfd8b3d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Debug/Debug.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ $ScriptFullPath, $ScriptRoot, $ScriptName, $ScriptNameShort = @('', '', '', '');
66
$ProjectPath = Split-Path $ScriptRoot
77

88
# Load Debug version
9-
#import-module "$ProjectPath\Selenium.psd1" -Force
9+
import-module "$ProjectPath\Selenium.psd1" -Force
1010

1111
#Load Compiled version
12-
import-module "$ProjectPath\output\selenium\Selenium.psd1" -Force
13-
Invoke-Pester -Script 'C:\Github\selenium-powershell\Examples\Combined.tests.ps1'
12+
#import-module "$ProjectPath\output\selenium\Selenium.psd1" -Force
13+
1414

1515
# Build module
1616
#invoke-build -File "$ProjectPath\Selenium.build.ps1"
1717

18-
18+
#Tests
19+
#Invoke-Pester -Script 'C:\Github\selenium-powershell\Examples\Combined.tests.ps1'
1920

2021

2122

0 commit comments

Comments
 (0)