Can I get test results as json #1598
-
Hi! I'm trying to get Patrol to work on Codemagic CI and it is surprisingly easy. It is possible with flutter test - but is it possible with patrol somehow? I checked the "patrol help" to see if I missed an argument in the "patrol test" command. Documentation from Codemagic: https://docs.codemagic.io/yaml-testing/testing/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, speaking of Codemagic, you can provide xml files as a test report. |
Beta Was this translation helpful? Give feedback.
-
Hi @fylyppo :) Thanks for answering! In this folder, I only get an html? :) |
Beta Was this translation helpful? Give feedback.
iOS .xcresult is placed at
~/Library/Developer/Xcode/DerivedData/**/Logs/Test/*.xcresult
Android JUnit .xml is placed in your Flutter project
/build/app/outputs/androidTest-results/connected/*.xml