Skip to content

Commit

Permalink
ci: Fix verbose Appium logging parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun committed Dec 9, 2024
1 parent a1f345a commit 6db7808
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const start = ( { port = 4723, flags } ) =>
'--log',
'./appium-out.log',
'--log-no-colors',
'--log-level debug',
'--log-level',
'debug',
'--relaxed-security', // Needed for mobile:shell commend for text entry on Android
flags,
].filter( Boolean );
Expand Down

0 comments on commit 6db7808

Please sign in to comment.