TestStack / TestStack.BDDfy

BDDfy is the simplest BDD framework EVER!
MIT License
419 stars 84 forks source link

Story and steps in different assemblies - report does not show story #271

Open michaelkauflin opened 5 years ago

michaelkauflin commented 5 years ago

Hi BDDfy developers

I love your framework and for most cases, it runs perfectly fine 👍

In this context, it does not run as I expect it:

  1. the test cases and stories are defined in different assemblies
  2. the core logic (steps and validation) in a central assembly

image

I tried to set the .BDDfy() in the calling assembly (1) and in the central assembly (2)

Is there something I do incorrectly or do the steps need to be defined in the executing assembly (limitation of BDDfy)?

Kind regards Michael