Wojtek

Results 13 comments of Wojtek

Hello @junalmeida, Let me start with the reasoning of current behavior: The progress notifiers reports two lines per step as they are reporting when given step starts and when ends....

I am glad the response helped you and all is working now fine! If you could share your implementation of the notifier, I can always take a look at it...

Thank you @ipatalas. I will bring this feature higher on my to-do list. As soon as I finish the work on the improved reporting, I will take a look at...

I believe that this problem is a general issue of using extension methods, as they are available only if the namespace where the extension class is defined is used in...

The first round of improvements: * Rename existing Quick Start to Introduction * Introduce Feature Overview page to present features in the short form * Introduce a Quick Start showing...

Hello @khdevnet, I think it would be amazing if your team publish such import tool for others to use! Please feel free to open source it and I will be...

Hi @goldsam , Currently the LightBDD does not offer property level mapping (include / exclude) as with the potentially complex structure of the object trees, it seems to quickly become...

If you have simple types to compare, it is generally straightforward to implement such methods: ```c# public class My_feature : FeatureFixture { private MyType _actual; [Scenario] public void My_test() {...

Hi @goldsam , Thank you for the kind words on the project - I am glad that you are finding it useful for you and your team! Feel free to...

Hello @plioi , I am looking to upgrade LightBDD.Fixie integration to support fixie 3.x but it I have realised that I no longer can mark test cases ignored/skipped if they...