Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 428 Bytes

File metadata and controls

11 lines (6 loc) · 428 Bytes

Plugins

Examples on generator plugins.

Tag2Attribute plugin

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)

TestMethodAttribute plugin

An example how to replace the xUnit Fact or Theory attributes with custom test attributes. (more)