Open
Description
Hey, thanks for your work! I think it might be nice to have the ability to access the entry ID inside the hurl test file.
E.g.:
#1.hurl
POST /foo
{
"must_be_unique": {{ENTRY_ID}}
}
---EOF---
#2.hurl
POST /foo
{
"must_be_unique": {{ENTRY_ID}}
}
Thus, it could be running as hurl --test *.hurl
It seems similar to #606. But it looks more simple, cuz it already there:
Also, sequential ID can be handier rather than random in some cases.