Files
fil/fixtures/smoke/image_png.json
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

25 lines
539 B
JSON

{
"id": "smoke_image_png",
"category": "smoke",
"description": "Smoke test: PNG image (without OCR, metadata only)",
"tags": ["smoke", "image", "png"],
"input": {
"path": "images/sample.png",
"media_type": "image/png",
"config": {
"disable_ocr": true
}
},
"assertions": [
{
"type": "equals",
"field": "mime_type",
"value": "image/png"
}
],
"skip": {
"languages": ["wasm"],
"reason": "WASM cannot access filesystem; use extractBytes with file content instead"
}
}