Rerun Failed Scenarios in Cucumber Different Ways

Поділитися
Вставка

КОМЕНТАРІ • 31

  • @ductranviet4702
    @ductranviet4702 4 роки тому +2

    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?

  • @vikasswami1804
    @vikasswami1804 4 роки тому

    very well explained.... pls explain Pico container again .... could nt understand yet

  • @vrushalidhanrale4359
    @vrushalidhanrale4359 2 роки тому

    what are the dependency you have used can you share ? because I am having the initialization error with this code. Thanks

  • @sridharvumma5335
    @sridharvumma5335 Рік тому

    whats the solution for testng based testrunner, this one is for junit what are the settings for testng based testrunner

  • @abhilashp3315
    @abhilashp3315 5 років тому

    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 ?

  • @aditya99521
    @aditya99521 5 років тому

    will it works with serenity cucumber

  • @shubhamverma7237
    @shubhamverma7237 4 роки тому

    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?

  • @vishaltoyou
    @vishaltoyou 6 років тому

    Nice info.. Can you please provide this piece of code, i want to implement this in my project.
    Thanks

  • @manivannan91
    @manivannan91 5 років тому +1

    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

    • @sandeepbonagiri5150
      @sandeepbonagiri5150 5 років тому

      Have to got the solution, if yes let me know the solution, i am facing the same issue

    • @kameshdabbara7376
      @kameshdabbara7376 4 роки тому

      I am also facing the same issue. Please let me know if you got the solution.

  • @prakashpohi7314
    @prakashpohi7314 5 років тому +2

    this is working only for cucumber-Junit.....i am using cucumber with testNG ...please tell me the steps to do in my case

    • @sandeepbonagiri5150
      @sandeepbonagiri5150 5 років тому

      Have you got the solution for your question. if yes please send me the solution

    • @monika498400
      @monika498400 4 роки тому

      @@sandeepbonagiri5150 any solution for ur problem?

    • @sandeepbonagiri5150
      @sandeepbonagiri5150 4 роки тому

      @@monika498400 no I did not got the solution

  • @aravind1129
    @aravind1129 3 роки тому

    What about the reports?

  • @DrBytes1
    @DrBytes1 Рік тому

    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.

  • @tabassumshaikh3405
    @tabassumshaikh3405 4 роки тому

    I tried to use this retry logic with my code but its not working for me, can you please help me with this

    • @tabassumshaikh3405
      @tabassumshaikh3405 4 роки тому

      my test project for reference: github.com/tabu0024/carregistrationTestprojectForRetryLogic; appreciate any help around this thank you

  • @AshwathVellurNagaraju
    @AshwathVellurNagaraju 5 років тому

    Can you share the code?

  • @adventurebuddy5937
    @adventurebuddy5937 5 років тому

    hello sir, can u let me know how to rerun failed test cases in jenkins of cucumber framework

  • @shreyanshjain2347
    @shreyanshjain2347 6 років тому

    very useful :-)

    • @SpecializeAutomation
      @SpecializeAutomation  6 років тому

      Thanks, I guess you have asked for it somewhere before in my comment section

    • @shreyanshjain2347
      @shreyanshjain2347 6 років тому +1

      Yes I have asked before. Thank you!!!

  • @pradeepreddy0003
    @pradeepreddy0003 6 років тому

    How can i invoke the rerun.txt using gradle ?
    # gradlew Dcucumber.options="@target/rerun.txt"
    This command is not working.