We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd2a97 commit bfd8b3dCopy full SHA for bfd8b3d
Debug/Debug.ps1
@@ -6,16 +6,17 @@ $ScriptFullPath, $ScriptRoot, $ScriptName, $ScriptNameShort = @('', '', '', '');
6
$ProjectPath = Split-Path $ScriptRoot
7
8
# Load Debug version
9
-#import-module "$ProjectPath\Selenium.psd1" -Force
+import-module "$ProjectPath\Selenium.psd1" -Force
10
11
#Load Compiled version
12
-import-module "$ProjectPath\output\selenium\Selenium.psd1" -Force
13
-Invoke-Pester-Script 'C:\Github\selenium-powershell\Examples\Combined.tests.ps1'
+#import-module "$ProjectPath\output\selenium\Selenium.psd1" -Force
+
14
15
# Build module
16
#invoke-build -File "$ProjectPath\Selenium.build.ps1"
17
18
-
+#Tests
19
+#Invoke-Pester -Script 'C:\Github\selenium-powershell\Examples\Combined.tests.ps1'
20
21
22
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments