Validate responses with flexible methods.
- ---
Example
```toml
[[tests.assertions]]
type = "Contains"
value = { id = 1 }
[[tests.assertions]]
type = "PathRegex"
value = ["$.email", "^[^@]+@example\\.com$"]
```
Reference: ../reference/assertions.md