Azure Test Result: Test Execution Plan : Run by tag test item result : Should not be just one result
#Azure #ExecutionPlan #TestItem #RunByTag
Currently when we add a test item to run by tag [ script which runs all bdd feature by tag] in execution plan it's currently coming as one big result [ it's either 100% pass or 0% pass] which is bad
There will be multiple feature files tagged by same tag.
Result should display pass percentage feature wise, not just by tag name
Ex :
@smoke tag having 5 tests
execution plan has a script item run by tag
when executed via azure pipeline [ if we have 4 pass and 1 fail ] then it should display same in azure
Currently it displays as 100% failed even though just one feature failed. Which gives the wrong impression.
This is a key feature which gives the flexibility to segregate test to run by tag and display result appropriately
################ M U C H N E E D E D ################
People reading this feature request do vote so that it gets attention