-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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"
}
]
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working