spideruci / tacoco

Integrated Software Analysis Framework
https://github.com/spideruci/tacoco
MIT License
8 stars 7 forks source link

Add support for Cucumber #83

Open kajdreef opened 5 years ago

kajdreef commented 5 years ago

Cucumber is a testing tool widely used for BDD. The test cases (or scenarios) are written in a separate file, but the test class can be identified, because it is annotated with @RunWith.