Examples on generator plugins.
An example on how to create a generator plugin to add a custom attribute (xUnit trait) on the generated test class (feature) and test method(s) (scenario). (more)
An example how to replace the xUnit Fact or Theory attributes with custom test attributes. (more)