qa: publish Mantis evidence for discord-thread-attachment

This commit is contained in:
github-actions[bot]
2026-05-06 00:46:13 +00:00
parent 85a6534573
commit 4359d5b6d2
5 changed files with 81 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -0,0 +1,17 @@
{
"scenario": "discord-thread-reply-filepath-attachment",
"transport": "discord",
"pass": true,
"baseline": {
"ref": "synthetic-reverted-thread-filepath-fix",
"status": "fail",
"reproduced": true,
"expected": "thread reply omits filePath attachment"
},
"candidate": {
"ref": "ad2d13cc678c01115ed2820380b01aa72699f66f",
"status": "pass",
"fixed": true,
"expected": "thread reply includes filePath attachment"
}
}

View File

@@ -0,0 +1,54 @@
{
"schemaVersion": 1,
"id": "discord-thread-attachment",
"title": "Mantis Discord Thread Attachment QA",
"summary": "Mantis reproduced the Discord thread-reply filePath attachment bug with a synthetic baseline that reverts only the thread attachment fix, then verified the candidate preserves the attachment.",
"scenario": "discord-thread-reply-filepath-attachment",
"comparison": {
"pass": true,
"baseline": {
"ref": "synthetic-reverted-thread-filepath-fix",
"status": "fail",
"expected": "thread reply omits filePath attachment"
},
"candidate": {
"ref": "ad2d13cc678c01115ed2820380b01aa72699f66f",
"status": "pass",
"expected": "thread reply includes filePath attachment"
}
},
"artifacts": [
{
"kind": "timeline",
"lane": "baseline",
"label": "Baseline missing filePath attachment",
"path": "baseline/discord-thread-reply-filepath-attachment-attachment.png",
"targetPath": "baseline.png",
"alt": "Baseline Discord thread reply without filePath attachment",
"width": 420
},
{
"kind": "timeline",
"lane": "candidate",
"label": "Candidate includes filePath attachment",
"path": "candidate/discord-thread-reply-filepath-attachment-attachment.png",
"targetPath": "candidate.png",
"alt": "Candidate Discord thread reply with filePath attachment",
"width": 420
},
{
"kind": "metadata",
"lane": "run",
"label": "Comparison JSON",
"path": "comparison.json",
"targetPath": "comparison.json"
},
{
"kind": "report",
"lane": "run",
"label": "Mantis report",
"path": "mantis-report.md",
"targetPath": "mantis-report.md"
}
]
}

View File

@@ -0,0 +1,10 @@
# Mantis Discord Thread Attachment
- Scenario: `discord-thread-reply-filepath-attachment`
- Baseline: `synthetic-reverted-thread-filepath-fix`
- Candidate: `ad2d13cc678c01115ed2820380b01aa72699f66f`
- Baseline status: `fail`
- Candidate status: `pass`
- Result: `pass`
- Baseline screenshot: `baseline/discord-thread-reply-filepath-attachment-attachment.png`
- Candidate screenshot: `candidate/discord-thread-reply-filepath-attachment-attachment.png`