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
It would be nice to export a json report with screenshots that can provide the test name, file name, file line along with the image names for the reference, failure and difference images.
This information will be handy in creating a report from the xcresult in either html or markdown for use in custom CI.
{
"file": "/path/to/failed_file.swift",
"line": 32,
"message": "failure message reported",
"attachments": [
{
"reference": "file name of image.png",
"failure": "file name of image.png",
"difference": "file name of image.png"
}
]
}
The text was updated successfully, but these errors were encountered:
It would be nice to export a json report with screenshots that can provide the test name, file name, file line along with the image names for the reference, failure and difference images.
This information will be handy in creating a report from the xcresult in either html or markdown for use in custom CI.
The text was updated successfully, but these errors were encountered: