From 4811a005439f3942eef033b4fc035b730b201593 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 2 Apr 2026 22:07:40 +0200 Subject: [PATCH] docs(test/integration/README.md): add missing scenarios --- test/integration/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/integration/README.md b/test/integration/README.md index 50ac0e6..53c6d80 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -58,8 +58,8 @@ make test-integration PLATFORM=linux/arm64 # Force a specific platform **Then (assertions):** - `the response status code should be ` -- `the (response|webhook request) header "" should be ""` -- `the (response|webhook request) cookie "" should be ""` +- `the (response|webhook request|file request|server request) header "" should be ""` +- `the (response|webhook request|file request|server request) cookie "" should be ""` - `the (response|webhook request) body should match string:` (docstring) - `the (response|webhook request) body should contain string:` (docstring) - `the (response|webhook request) body should match JSON:` (docstring, use `"ignore"` for dynamic values like timestamps) @@ -73,6 +73,7 @@ make test-integration PLATFORM=linux/arm64 # Force a specific platform - `the (response|webhook request) PDF(s) (should|should NOT) be flatten` - `the (response|webhook request) PDF(s) (should|should NOT) be encrypted` - `the (response|webhook request) PDF(s) (should|should NOT) have the "" file embedded` +- `the "" PDF should have image(s)` - `the Gotenberg container (should|should NOT) log the following entries:` (table of log substrings) - `all concurrent response status codes should be ` - `all concurrent responses should have PDF(s)`