Lecture19: Rerun Failed Test Cases BDD Cucumber|| IRetryAnalyzer

preview_player
Показать описание
🚀 In this tutorial, we'll understand How to Re run failed Test cases in Cucumber

🔍 Key Points:

📌 Problem statement: How to Rerun failed test cases in BDD Cucumber on the fly

📌 Solution:
1. Using IRetryAnalyzer and IAnnotationTransformer interfaces of TestNG

If you're interested in improving your BDD testing skills and making your scenarios more organized and efficient, this video is a must-watch.

Regards,
PrinceAutomationDestination
Рекомендации по теме
Комментарии
Автор

nice explanation for the retry logic, its very helpful

老雷-ke
Автор

Hats off to your effort Prince, Great explanation step by step. 😍

nitinsingh
Автор

Good effort on coding, but need to explain with differences, step by step, with actual errors and difficulties, and why do we need to adopt one method over another. It is explained as pre coded and pre designed. Thank you for your effort.

pramodmallick
Автор

Nice explanation.
Could you please explain how to retry only a specific scenario and leave other scenarios even though they are failed

AnkitSaini-rhsz
Автор

but on the cucumber report there is no mention of the retries, also the test failure appears even if it was passed on the retry.

HemantAttri-tq
Автор

Good explanation. Could u pls share git repo.

r.r_creations_india
Автор

I tried and it is executing only first failed scenario not all failed scenarios(Test Ignored is displayed for first filed scenario and reexecuted that scenario only). Please let me know what is the reason to not pick all failed scenarios for reexecution?

ramadevikopparthi
Автор

Could you please post some more videos for cucumber reporting so that i can share it with my team easily.

Reports along with screenshots as well.

RenuYadav-qkzm
Автор

The report shows duplicate entries for retried scenarios. If a scenario is passwd on the 2nd attempt, It will show failed as well as the passed scenario. Any solution ???

sumittirole
Автор

Hello Sir, Thank you, When i implemented the retry listener in my cucumber framework the browser is not getting quit when it is trying for retry, can you please share your inputs on this. Thanks in advance

prashanthchatta
Автор

When i try to add listener to runner class i do not find the modify run configuration option how to add to the runner as i need to run through the runner class using eclipse how to do that explain

RowdyBannu