reqnroll / Reqnroll

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

Fix 111 ignore attr not inherited from rule #113

Closed clrudolphi closed 2 months ago

clrudolphi commented 2 months ago

This fix addresses Issue #111 by modifying the generated test method code to look for the ignore tag in the ScenarioInfo.CombinedTags property at test run-time.

Types of changes

Checklist:

clrudolphi commented 2 months ago

Updated Change Log

gasparnagy commented 2 months ago

@clrudolphi Thx!