Skip to content

Commit

Permalink
Fix android report path
Browse files Browse the repository at this point in the history
  • Loading branch information
pdenert committed Nov 5, 2024
1 parent 7766a57 commit b14aa66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class AndroidTestBackend {
flavorPath = 'flavors/$flavor/';
}
final reportPath =
'file://${_rootDirectory.childDirectory('android').path}/build/app/reports/androidTests/connected/${flavorPath}index.html';
'file://${_rootDirectory.path}/build/app/reports/androidTests/connected/${flavorPath}index.html';

final patrolLogReader = PatrolLogReader(
listenStdOut: processLogcat.listenStdOut,
Expand Down

0 comments on commit b14aa66

Please sign in to comment.