-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor into TestAdapter and lower level TestFramework (#164)
* refactor into TestAdapter and lower level TestFramework * it's 2024 now... * update with first draft of test runner standalone exe * test runner can now "list" and the start of "run" * refactored reporter capabilities * go back to "skipping" the "run" part for now * with console reporter * test reporting from standalone exe works sometimes now * more refactor and optimizations * fixed bug * fix more bugs * better prompt for test * yaml test framework now allows bash scripts on windows using git-bash (bash.exe) * enable `dev shell` to user process helpers class; update framework's test runner with more logger output * remove unnecessary files * enable better diagnostics * more refactoring * improved outputs * `ait` filtering now works!! * better usage text for `ait` * better usage output per feedback * updated formating * better command line parameters and descriptions of such in usage * stdout works properly now, and stderr now in trx file * protect agains null when writing trx * fixed final bugs in `ait` ... i think it's almost ready * fix getting git bash.exe on windows, and also cache it * bad merge * renamed RunCommandToken to RunCommandScriptToken
- Loading branch information
Showing
53 changed files
with
1,728 additions
and
1,038 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
**/bin/*/net7.0/* | ||
**/obj/* | ||
ideas/website/node_modules/** | ||
testresults/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.