Tag Includes doesn't seem to work, Tag exclude does

Hi,

as written in docs you need to add a tag to the template test and include that.

I would recommend to just add a tag “datadriver” to all DataDriver Suites and then call always:

robot --include datadriver --include <yourDynInclTags> --exclude <yourDynExclTags>

If you do not include the static template test case of the robot file, robot will remove that from execution and the suite with DataDriver will never be executed.