How to pass Program Parameters
Hi All,
I tried to pass as below
But here env=dev1 doesn't work ONLY --tags "@Cal1" is working.
When I run the test via command line as below its working fine
$ Gradle cucumber -Ptags=@Cal1 -Penv=dev1
What could be the issue
Thanks
请先登录再写评论。