Skip to content

Commit

Permalink
UI tests should always run in Debug mode (Selenium Utils are looking …
Browse files Browse the repository at this point in the history
…at the stack trace and in Release some frames can be missing)
  • Loading branch information
tomasherceg committed Aug 12, 2023
1 parent c333717 commit 6df0abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/uitest/uitest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ try {
"test", `
"$testDir", `
"--configuration", `
"$config", `
"Debug", `
"--no-restore", `
"--logger", `
"trx;LogFileName=$TrxName", `
Expand Down
2 changes: 1 addition & 1 deletion .github/uitest/uitest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ start_group "Run UI tests"
dotnet test "$SAMPLES_DIR" \
--filter "Category!=owin-only&$test_env_filter" \
--no-restore \
--configuration $CONFIGURATION \
--configuration Debug \
--logger "trx;LogFileName=$TRX_NAME" \
--results-directory "$TEST_RESULTS_DIR"
}
Expand Down

0 comments on commit 6df0abe

Please sign in to comment.