Skip to content

field.mock

Set a mock value for a field (used in Postman/HTTP client examples).

Usage

properties
field.mock=groovy:it.name() == "email" ? "user@example.com" : null

Released under the Apache-2.0 License.