Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ $ hurlfmt test.hurl --out json | jq

### Can I do calculation within a Hurl file?

Currently, the templating is very simple, only accessing variables.
Currently, templating supports variables and functions such as `newDate` and `newUuid`.
Calculations can be done beforehand, before running the Hurl File.

For example, with date calculations, variables `now` and `tomorrow` can be used as param or expected value.
Expand Down
Loading