infinitejest69 / SpecFlowLivingDocFailureRemover

Very simple hacky way to gather all executions from specflow executions and remove failures when a rerun passes
4 stars 0 forks source link

Typo in searching for failed scenarios? #1

Open MarichkaOK opened 7 months ago

MarichkaOK commented 7 months ago

Program, line 55. Looks like you use passed scenarios in both cases var fails = scenarios.FindAll(x => x.Status != "OK");

infinitejest69 commented 7 months ago

To be honest I wrote it quickly without any proper tests. I think there is also an issue with scenario outlines aswell. Feel free to modify the code