Skip to content

Variable ​

You have to use these variables inside curly braces. like this

{{variable_name}}

Page Location Variable ​

Variable NameDescription
location.hrefPage URL
location.hostSite Host Name
location.hostnameSite Hostname
location.originSite Origin
location.pathnamePage URL Pathname

Generate Random Value ​

Variable NameDescriptionExample
random.integer[0][12]Generate random integer value form 0 to 12.7
11,..
random.float[0][12][2]Generate random float value form 0 to 12 with 2 digit precision.7.45
11.90,..
random.string[a,A,0][7]
random.string[a,0][7]
random.string[a,A][7]
Generate random string of 7 chars with a-z,A-Z,0-9 character setA0bAur8,..
ud7dhe6
AuYctTd,..
random.email[gmail.com]Generate random email address with custom domain name.abeu@gmail.com
date.today[DD-MM-YYYY]Generate today date for given format22-09-2023
random.date[YYYY-MM-DD][1994][2012]Generate random date for given format within 1994-20122012-09-12
1993-12-01,..

Released under the MIT License.