reqnroll / Reqnroll

Open-source Cucumber-style BDD test automation framework for .NET.
https://reqnroll.net
BSD 3-Clause "New" or "Revised" License
310 stars 32 forks source link

supported DataRow attributes with Scenario Outline and MsTest #48 #52

Closed livioc closed 4 months ago

livioc commented 4 months ago

Types of changes

Checklist:

gasparnagy commented 4 months ago

@livioc do you have any guess why the MsTest specs fail? I see some NullRef exceptions, but don't really understand why.

livioc commented 4 months ago

@livioc do you have any guess why the MsTest specs fail? I see some NullRef exceptions, but don't really understand why.

No, I think is something related to Outline Scenario that is broken because now also mstest provider generates 1 test for example case. I have same problems running the tests locally to understand how they work (I need to install all the required runtimes and replace the specflow vs plugin with roqnroll) so I'm waiting to have some free time for it :(

gasparnagy commented 4 months ago

@livioc ok. I will check it.

gasparnagy commented 4 months ago

Moved over to a main repo branch as #54 . Closing this one.