diff --git a/test/integration/README.md b/test/integration/README.md index 50ac0e62..53c6d803 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)`