You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add --merge-nunit-xml "AppCenterUiTestResult.xml" to the command, I still get the zip file containing device-specific xml files but I also get this error message:
Error: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Document
Further error details: For help, please send both the reported error above and the following environment information to us by going to https://appcenter.ms/apps and opening a support ticket (using the help menu in the upper right corner of the screen)
Environment: win32
App Upload Id: JacobEgnerDemos/XamarinPipelineDemo
Timestamp: 1610245258160
Operation: RunUITestsCommand
Exit Code: 3
User Email: [redacted]
User Name: JacobEgner
User Id: [redacted]
I was hoping the --merge-nunit-xml argument would get me a single merged xml file.
The text was updated successfully, but these errors were encountered:
If I run the following command, it works and I get a nunit_xml_zip.zip containing a nunit report xml file for each device:
If I add
--merge-nunit-xml "AppCenterUiTestResult.xml"
to the command, I still get the zip file containing device-specific xml files but I also get this error message:I was hoping the
--merge-nunit-xml
argument would get me a single merged xml file.The text was updated successfully, but these errors were encountered: