Generate Mocha Report With Mochawesome | Selenium JavaScript Tutorial | LambdaTest

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ • 19

  • @noras6318
    @noras6318 2 роки тому +2

    Thanks for the super informative video. I remember almost half a year ago finding my way through selenium testing with javascript. It felt like such a grind trying to learn the basics of javascript but then I found your javascript series on youtube and holy cow everything changed. Every time I have a concept I can't understand I search for it on youtube and thank the gods when you pop up. Keep doing what you're doing.🥰🥰

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

      Thanks Nora for your kind words. You can go through the complete 3 hours Selenium JavaScript Tutorial on our LambdaTest channel- ua-cam.com/video/BQ-9e13kJ58/v-deo.html

  • @navyasharma2875
    @navyasharma2875 2 роки тому +1

    Ah, such a clear explanation.Would love to see more videos on selenium with javascript🤩🤩

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

      Hi Navya, keep following the JavaScript playlist to keep yourself updated with new videos: ua-cam.com/play/PLZMWkkQEwOPl0udc9Dap2NbEAkwkdOTV3.html

  • @dushyantkaushik6912
    @dushyantkaushik6912 2 роки тому +1

    Love all of your tutorials. Keep up the good work. Hoping to see more content on learning javascript with selenium😍

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

      We have a complete 3 hours Selenium JavaScript Tutorial on our LambdaTest channel- ua-cam.com/video/BQ-9e13kJ58/v-deo.html

  • @MumthasMahin
    @MumthasMahin 2 роки тому +1

    Nice Explanation🥰

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

      Glad you liked it! 😊
      Subscribe, and look forward to more such tutorials! ✨

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

    Thank you very much, you made it very easy to understand. For me, I'm starting with using test framework.

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

      Glad it was helpful!
      Subscribe, and look forward to more such tutorials! ✨

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

    Thanks. Good video. Please use any simple microphone

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

      Glad you liked it!
      Subscribe, and look forward to more such tutorials! ✨

  • @jessicak9576
    @jessicak9576 2 роки тому +1

    Great, this explained mochawesome very well🙌. I would like to know which programming language works well with Selenium❓ Is it Java or Python?

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

      Hi Jessica, Selenium can be used with a wide array of programming languages like Python, Java, C#, Ruby, etc., and every language has its own set of advantages. However, choosing a language totally depends on the person's expertise and requirement.

  • @relaxxwith-me
    @relaxxwith-me 3 роки тому +1

    Hi this tutorial is very useful for me👍👍currenty iam working in same framework selenium webdriver using JS
    In this How to take screenshot for a mocha-allure-reporter? And need to take screenshot for failure test only. I have tried command
    afterEach (async () => {
    if (this.currentTest !== 'Failed'){
    const image = await driver.takeScreenshot();
    allure.createAttachment('Screenshot', Buffer.from(image, 'base64'), 'image/png');
    }
    console.log(currentTest)
    })
    Hope i get a solution for this. Thanks

    • @LambdaTest
      @LambdaTest  3 роки тому +1

      Hi Vignesh,
      Let us get back to you on this!

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

      Here is code snippet which takes screenshot for failed test case.
      afterEach("take screenshot on failure", function() {
      if (this.currentTest.state !== "passed") {
      return screenshot("screenshot on fail");
      }
      });

  • @MichaelMo-L
    @MichaelMo-L Рік тому

    Do you provide paid videos, i’m looking for new qa automation videos

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

      Subscribe and please check out our channel for more videos on automation !✨