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 134bd1f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 134bd1f

Please sign in to comment.