PART 3 : Serenity Gradle Project Setup || Write Your First Code with Serenity || Serenity HTMLReport

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

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

  • @mohammedrawoofahmed6901
    @mohammedrawoofahmed6901 3 года назад +15

    ​FYI...compile and testCompile configurations are removed in Gradle 7+. You can use implementation and testImplementation instead.

  • @kavishautomationfactory170
    @kavishautomationfactory170 3 года назад +1

    Thank you Naveen. Am waiting for this Serenity tutorial only

  • @princechauhan5823
    @princechauhan5823 3 года назад +2

    Sir Can we start our test with a html button on our website. means we dont have to run manually whenever we click that button the test will run on client browser . pls reply i am working on my project.

  • @nalinyogeshwarrdwivedi9657
    @nalinyogeshwarrdwivedi9657 3 года назад +1

    Nice tutorial ...please keep going and complete the serenity framework series....Keep up the good work!!

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

    Hi Naveen, I watched your videos and am very much impressed with the way you teach. Is Serenity with IntelliJ easy to run from Jenkins? I don't find your video on how to run tests from Jenkins using Selenium hub. Can you please post the link at your earliest?

  • @momoking11
    @momoking11 3 года назад +1

    Hi a got this problem, and really dont know what to do
    Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

  • @jagadeshgarrepally4251
    @jagadeshgarrepally4251 2 года назад +1

    thank you sooo much great lecture

  • @geekysantosh
    @geekysantosh 3 года назад +1

    waiting for more videos..

  • @AnshulChhajedOriginals
    @AnshulChhajedOriginals 3 года назад +1

    Thanks Naveen for creating such a nice series on Serenity. It really awesome.
    I have one query Suppose if I want to integrate Spring dependency injection will it work, or since serenity Is taking care of object creation part so is it really good option to use spring in my serenity-cucumber framework....

  • @ramshankarmohapatro4061
    @ramshankarmohapatro4061 3 года назад +1

    Hello Sir, do we need to remember the configuration of the gradle.properties. Or how can I customize according to my requirement

  • @sumathithirumugam6262
    @sumathithirumugam6262 2 года назад

    Thanks a lot for your amazing session.

  • @jinup9318
    @jinup9318 3 года назад +1

    Hi Naveen, Does it have ADO integration, I searched alot but can't find one

  • @varadanayudumallala554
    @varadanayudumallala554 2 года назад

    Excellent tutorial

  • @prashastiporwal7470
    @prashastiporwal7470 3 года назад +2

    Thanks Naveen for such a wonderful series :D
    I think you forgot to mention GitHub link in the description. Can you please provide that?

    • @naveenautomationlabs
      @naveenautomationlabs  3 года назад +1

      GIT Repo : github.com/naveenanimation20/SerenityWithWebDriverJunit

  • @sudhachavan1965
    @sudhachavan1965 9 месяцев назад

    Hi Sir ,
    I needed some help with the proj
    I am currently using gradle serenity with cucumber
    I want to execute the feature files which have same tag in parallel and i want the same to work in jenkins aso you suggest me some way to achieve it i tried bt not able to suceed

  • @powerofcouple4517
    @powerofcouple4517 3 года назад +1

    Thank you naveen.

  • @AjayKumar-ye2cu
    @AjayKumar-ye2cu 3 года назад

    Hi Naveen.. what are the gradle dependencies for serenity rest assured?..

  • @saran79
    @saran79 3 года назад +2

    Thank you Naveen. But I have a problem with extending the PageObject, it keeps asking to set the classpath, even though everything was setup in build.gradle.

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

      Where r u creating the page class in src test or src main?

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

      @@naveenautomationlabs it's in src main java--> UIpages--> LoginPage
      Public class LoginPage extends PageObject {
      Its here is the classpath issue

    • @saran79
      @saran79 3 года назад +1

      I have moved it to the src test and it's fine now. thank you for the reply.

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

    Hello Naveen,
    I am unable to run the project using gradle test in the terminal. I am using mac machine. Have configured and installed gradle. I m getting below errror. Did I miss anything?
    zsh: command not found: gradle

  • @sagaragrawal2712
    @sagaragrawal2712 2 года назад

    Need one help, I am not able execute code from Terminal but able to execute from property file. Also updated reports not getting generated in index.html

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

    Hello Naveen, you have many followers from turkey.Can you add Turkish subtitles to your videos?

  • @PremKumar-fb7zg
    @PremKumar-fb7zg 7 месяцев назад

    Hi Naveen how to generate serenity-summary.html by using gradle

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

    Hi Naveen , can't we create maven project with Serenity in Intellij?

  • @aveasphotography
    @aveasphotography 3 года назад +1

    Can we use the same combination tool of Intellij and Gradle and automate mobile applications? Like using appium?

    • @naveenautomationlabs
      @naveenautomationlabs  3 года назад +2

      Yes you can.

    • @aveasphotography
      @aveasphotography 3 года назад +1

      Thanks...If possible, plz make one tutorial related to serenity BDD framework for appium. 👍 It will be really helpful for us

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

    ITS CRYSTAL CLEARR.... WHERE EVER U R ...THANKS FOR THIS MASTERPIECE🫡🫡

  • @prateekgupta12
    @prateekgupta12 3 месяца назад

    Can someone please help with the POM(maven) equivalent of the gradle file he is using? I'm trying to do the same using maven - serenity.

  • @navaskhanm3133
    @navaskhanm3133 2 года назад

    Can you please tell me how to work with armeria frame work

  • @ilavarasansriraman4140
    @ilavarasansriraman4140 3 года назад +1

    Thanks sir ✨

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

    Hi Naveen,
    Have taken and used he build.gradle file from your git repo, when i run the commanf 'build. gradle' i am getting this error.
    Can you please help me
    Starting a Gradle Daemon (subsequent builds will be faster)
    FAILURE: Build failed with an exception.
    * Where:
    Build file 'E:\New folder\SerinityBDDWithWebdriverJunit\build.gradle' line: 38
    * What went wrong:
    A problem occurred evaluating root project 'SerinityBDDWithWebdriverJunit'.
    > Could not find method testCompile() for arguments [net.serenity-bdd:serenity-core:2.3.12, net.serenity-bdd:serenity-junit:2.3.12, net.serenity-bdd:serenity-scree
    nplay:2.3.12, junit:junit:4.13, org.assertj:assertj-core:3.8.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

    • @parthibamanikandan
      @parthibamanikandan 2 года назад

      Yes facing same error. If u were able to resolve let me know

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

    How to run multiple @ test from test runner file.
    Everytime I try to run but for every @ test it opens new browser window and therefore my test fails.
    Please help

  • @chirunomulavenkatesh
    @chirunomulavenkatesh 3 года назад +2

    Can I use this with zalenium ?

  • @muaazster
    @muaazster 2 года назад

    A problem occurred evaluating root project 'SerenityWebDriverProject'.

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

    "The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 8.0. JFrog announced JCenter's shutdown in February 2021. Use mavenCentral() instead. Consult the upgrading guide for further information"

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

      Could not find method testCompile() for arguments [{group=junit, name=junit, version=4.12}] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler

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

      solved the issue by using gradle 6.8.2 instead of 7.0.0. I installed an old version and followed the instructions on gradle.org/install/#manually . I then had to change the gradle-wrapper.properties to stop the test from using the 7.0.0 gradle

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

      ​@@amadain17 FYI...compile and testCompile configurations are removed in Gradle 7+. You can use implementation and testImplementation instead.