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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -