3- How To Generate Reports in Serenity Framework

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 24

  • @hennymakaveli
    @hennymakaveli 4 года назад +1

    Great work. You make learning easy for testers.

  • @pratheepkumar4218
    @pratheepkumar4218 4 года назад +1

    Hi Mukesh, I have a question , when automation tester should raise the bug. while doing/ checking behaviour of application or when automation scripts are done. Because my CTO asked me when you raised so many bugs even check ing behaviour of application or automation part. I said while checking behaviour of application. He told it's not effective your doing only manual testing. How to overcome this situation.

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      Hi Pratheep, main reason or intention of automating the regression scenario is to reduce manual effort.if you get bug while running automation script then it is bonus point for you.

  • @perchik3830
    @perchik3830 4 года назад

    Mukesh, how do I run multiple tests in a row? and for some reason my browser page doesn't close after the test without the quit command.

  • @anantaamitra5003
    @anantaamitra5003 4 года назад

    Hi Mukesh,how to customize the serenity report ?like how to change the report name,and can add company logo etc?

  • @UttiBAnonymous
    @UttiBAnonymous 10 месяцев назад +1

    Hi sir we are not getting screenshots by default could please help trying from 3 days no luck

    • @Mukeshotwani
      @Mukeshotwani  10 месяцев назад

      Hi Bitu, please check your properties file and make the changes required serenity-bdd.github.io/docs/reference/serenity-properties

    • @UttiBAnonymous
      @UttiBAnonymous 10 месяцев назад

      @@Mukeshotwani thanks a lot sir going through a sir and to traverse same driver from utility file to pagefiles to continue same test steps which dependency injection is needed to update if I am updating picocontainer it’s saying more than one cucumber objectFactory was found on the class path

  • @anjug1746
    @anjug1746 3 года назад

    Hi Mukesh I am able to execute the test through Intellij,but when I am executing the same project through command prompt to get the report I am getting error as could not instantiate webdriver.Why it's happening ?

  • @alindsaxena414
    @alindsaxena414 4 года назад +1

    Very informative 👍🏻

  • @anitakushwaha9344
    @anitakushwaha9344 4 года назад +1

    Hi Mukesh need help from you. I want to parameterize my jenkins job to drive execution through Jenkins by passing tags as parameter.

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hi Anita, you can use below command to pass tags from Jenkins
      Note- debug1 and debug2 you can pass as parameter from Jenkins
      mvn test -Dcucumber.options="--tags @debug1 --tags @debug2"

  • @gaurav5758
    @gaurav5758 4 года назад

    Which is better sir serenity BDD or specflow BDD? why ?

  • @JitendraKumar-lr3vq
    @JitendraKumar-lr3vq 4 года назад +1

    hi mukesh .. though my test case is running perfectly but my automated test case is being seen as zero in the report ..could you please help

    • @JitendraKumar-lr3vq
      @JitendraKumar-lr3vq 4 года назад +1

      I have mailed my screenshots for the class file and the pom.xml file - at my pom.xml file at the include tag - plugin>
      maven-failsafe-plugin
      2.22.1


      **/*Test.java
      **/Test*.java
      **/*TestSuite.java
      **/When*.java
      my testcase name ends with TestSuite-- my test case class name is - MyFirstTestSuite.java..
      Requesitng you to please look into it ..

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hi Jitendra, once you implement @Step library then you will get proper report.

    • @kaverishelake7188
      @kaverishelake7188 3 года назад

      add this line in pom.xml--> **/*TestCase.java

  • @_seediraviteja
    @_seediraviteja Год назад +1

    How to attach the screenshot in serenity report

    • @Mukeshotwani
      @Mukeshotwani  Год назад

      Screenshot is attached by default

    • @UttiBAnonymous
      @UttiBAnonymous 10 месяцев назад

      No sir we are not getting screenshots by default

  • @raghuram-fd1mu
    @raghuram-fd1mu 4 года назад

    please sir more videos