Thanks so much, it's very helpful. But I have a question about the report. How to exclude all failed tests while doing retry and only get the result of the last run?
I tried this, but in my case an issue came and there was no error showing on console. The test case didn't get initiated. Can you please help me out with any resolution?
I am using TestNg using cucumber framework, i am not able to rerun multiple failed feature file. But i can run single failed feature file. can you please give me a solution
This solution is only acceptable in a manual execution environment. This solution does not apply in a continuous integration environment like most of us have. Failed tests are not automatically executed.
Thanks so much, it's very helpful. But I have a question about the report. How to exclude all failed tests while doing retry and only get the result of the last run?
Hello. I have the same issue. Did you find solution for it?
very well explained.... pls explain Pico container again .... could nt understand yet
what are the dependency you have used can you share ? because I am having the initialization error with this code. Thanks
whats the solution for testng based testrunner, this one is for junit what are the settings for testng based testrunner
I’ve the following issue on Jenkins
It says
None of the features at [classpath] matched the filters [tags]
How do I over come this issue ?
will it works with serenity cucumber
Need to check.
I tried this, but in my case an issue came and there was no error showing on console. The test case didn't get initiated. Can you please help me out with any resolution?
Nice info.. Can you please provide this piece of code, i want to implement this in my project.
Thanks
I am using TestNg using cucumber framework, i am not able to rerun multiple failed feature file. But i can run single failed feature file. can you please give me a solution
Have to got the solution, if yes let me know the solution, i am facing the same issue
I am also facing the same issue. Please let me know if you got the solution.
this is working only for cucumber-Junit.....i am using cucumber with testNG ...please tell me the steps to do in my case
Have you got the solution for your question. if yes please send me the solution
@@sandeepbonagiri5150 any solution for ur problem?
@@monika498400 no I did not got the solution
What about the reports?
This solution is only acceptable in a manual execution environment. This solution does not apply in a continuous integration environment like most of us have. Failed tests are not automatically executed.
I tried to use this retry logic with my code but its not working for me, can you please help me with this
my test project for reference: github.com/tabu0024/carregistrationTestprojectForRetryLogic; appreciate any help around this thank you
Can you share the code?
hello sir, can u let me know how to rerun failed test cases in jenkins of cucumber framework
very useful :-)
Thanks, I guess you have asked for it somewhere before in my comment section
Yes I have asked before. Thank you!!!
How can i invoke the rerun.txt using gradle ?
# gradlew Dcucumber.options="@target/rerun.txt"
This command is not working.
have to got the solution if yes let me know