opencredo / test-automation-quickstart

Quickstart project for test automation, covering performance, ui acceptance and api acceptance testing
https://opencredo.com/blogs/test-automation-concepts-data-aliases/
MIT License
144 stars 169 forks source link

Executing Feature file under one package #8

Closed vanatomas closed 7 years ago

vanatomas commented 7 years ago

Hi, is there a way to execute one feature file from ui-acceptance-tests by tag? just one dedicated scenario I tried as mvn test -.tags=@tagname, but getting None of the features at [location] mathes the filters: [@tagname], but feature file exists with that tag