Generalising file paths and urls, see #10 (#422)

This commit is contained in:
Wietze
2025-01-28 11:15:01 +00:00
committed by GitHub
parent e62749f81a
commit a79893e7ad
196 changed files with 555 additions and 758 deletions

View File

@@ -4,7 +4,7 @@ Description: Testing tool included with Microsoft Test Authoring and Execution F
Author: Oddvar Moe
Created: 2018-05-25
Commands:
- Command: te.exe bypass.wsc
- Command: te.exe {PATH:.wsc}
Description: Run COM Scriptlets (e.g. VBScript) by calling a Windows Script Component (WSC) file.
Usecase: Execute Visual Basic script stored in local Windows Script Component file.
Category: Execute
@@ -13,7 +13,7 @@ Commands:
OperatingSystem: Windows
Tags:
- Execute: WSH
- Command: te.exe test.dll
- Command: te.exe {PATH:.dll}
Description: Execute commands from a DLL file with Test Authoring and Execution Framework (TAEF) tests. See resources section for required structures.
Usecase: Execute DLL file.
Category: Execute