JS for Testers | Part 9: JS Test Framework (Mocha) & Assertion Library (Chai)

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

КОМЕНТАРІ •

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

    Appreciate your hardwork in explaining the great content in simple words 👍 Thanks a lot for sharing 🙏

  • @chetanyeshi2296
    @chetanyeshi2296 4 роки тому +1

    Awesome Explanation. Much Appreciated !!!

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

    Very well explained in a simple manner. Thank you.

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

    Absolutely brilliant explanation ...! 👏👏👏

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

    these videos are great

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

    Thanks for tutorial, what if I add a function library in test folder (like test/funcLib.js, this holds few common functions but no test), will that get executed too?

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

    awsome context

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

    Nice series. Subscribed to channel

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

    You are awesome. Thanks a lot.

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

    great

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

    6:14 Require

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

    when i do npx run I get an error

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

    While running mocha no test files found

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

    It would be great ,If you prepare more videos on Cypress & JS , Because your explanation was good.Appreciated content too.

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

      Hi Suresh :)
      Thank you.. and I have just added a new video 'Cypress - Page Object Model': ua-cam.com/video/5ODb5eQTB44/v-deo.html
      I will be adding more to JS playlist as well.

  • @sahilkakkar7386
    @sahilkakkar7386 4 роки тому +1

    Very well explained. Can you also make video on promises ? Thanks!

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

    only one is missing here, as I think, is adding mochawesome at the very end of this instruction. why not! :)
    anyway, big thanks for the tutorial.

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

    Sister, everyone is telling how to run test cases from terminal. Why you are not explaining how to run test cases from html page with a click of a button? As you know we use this mocha to automation also. If we develop any automation and give it to any end user, how can he run it from the terminal? Please understand why you people are not telling how to run it from html page with click of a button??