selenium - Jbehave : Story File Execution with Meta Filter on Eclipse (Local) -
i have smoke suite having xx test cases. have applied meta filter on smoke level test cases. when tried *.story argument eclipse, hangup execution while excluding test cases per meta filter.
environment: variable:- story_meta_filter
value:- +smoke
story file structure:
scenario : test_xyz meta : @smoke given test1 when test2 test3
can know correct way implement in eclipse? argument eclipse?
set environment variable meta_filter
, having value +smoke
and run story file *.story
Comments
Post a Comment