You can call procedures with beforetest or aftertest annotation, but it doesn't seem possible to pass any parameters through them. Is it possible to add this capability?
For example -
--% beforetest(build_user(123))
--% beforetest(build_user('missing_name'))
It would allow much greater reusability of setup procedures.
You can call procedures with beforetest or aftertest annotation, but it doesn't seem possible to pass any parameters through them. Is it possible to add this capability?
For example -
--% beforetest(build_user(123))--% beforetest(build_user('missing_name'))It would allow much greater reusability of setup procedures.