Validates and persists uploaded documents for suite test cases.
Summary
Functions
Validates an uploaded file and attaches it to a test case.
Types
Functions
@spec ingest(String.t(), Phoenix.LiveView.UploadEntry.t(), binary()) :: ingest_result()
Validates an uploaded file and attaches it to a test case.
The return value identifies the client filename on both success and failure, making it suitable for aggregating LiveView upload results.