You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to create a rule so that some fields can depend on each other?
For example, if c=10, then b is a random number and a is regex="[a-zA-Z]THE_B_VARIABLE[a-zA-Z]"?
If it isn't possible to create this kinds of rules, is it possible to generate some random values for the field d, but not for a, b and c? I tried to add a arg.properties that doesn't specify a value for the d column, but it doesn't work;
Is there a way to create a rule so that some fields can depend on each other?
For example, if
c=10
, thenb is a random number
anda is regex="[a-zA-Z]THE_B_VARIABLE[a-zA-Z]"
?If it isn't possible to create this kinds of rules, is it possible to generate some random values for the field
d
, but not fora
,b
andc
? I tried to add aarg.properties
that doesn't specify a value for thed
column, but it doesn't work;The text was updated successfully, but these errors were encountered: