#15 | Update node packages | WebdriverIO Mocha Framework

Sdílet
Vložit
  • čas přidán 12. 09. 2024
  • In this video, we will learn how to updated #nodejs packages
    In this #tutorial series, we will be building a fully functional #testautomation #framework in #typescript using #webdriverio and integrate our tests with #mocha and Allure Report.
    Important Link:
    ------------------------
    www.npmjs.com/...
    Command to update one single package to latest version:
    npm install package-name@latest --save-dev
    Git Repository: github.com/tes...
    Connect with me on LinkedIn: / sadabnepal
    #webdriverio #typescript #nodejs #wdio #mocha #async #testingvideo #videotutorial #testing #testautomation #npm

Komentáře • 6

  • @nikhilgupta5721
    @nikhilgupta5721 Před rokem

    But this is good update. Thanks for making series videos on wdio. Looking forward for more videos specially debugging, reports that can be shared to end user or clients and scaling wdio to Docker + Kubernetes level.

    • @TestAutomationHub
      @TestAutomationHub  Před rokem

      will cover in upcoming days except Kubernetes as I have never worked on it.

  • @nikhilgupta5721
    @nikhilgupta5721 Před rokem +1

    Let's consider an example doing ncu will update latest node modules defined in package.json and performing npm install loads updated packages into project, but is it really safe to do in golive projects reason I am asking sometimes updated packages may contain malware updates which may harm your project, can we add later of npm audit in between this process.

    • @TestAutomationHub
      @TestAutomationHub  Před rokem

      from what i understand when we run npm install under the hood npm audit also executes. you can read more here docs.npmjs.com/auditing-package-dependencies-for-security-vulnerabilities#running-a-security-audit-with-npm-audit

    • @tharabc4539
      @tharabc4539 Před 7 měsíci

      @nikhilgupta5721
      [3900:6396:0201/115926.686:ERROR:cert_issuer_source_aia.cc(34)] Error parsing cert retrieved from AIA (as DER):
      ERROR: Couldn't read tbsCertificate as SEQUENCE
      ERROR: Failed parsing Certificate
      I am following thisvideo to complete a task given in my coding round for interview.
      i am getting above error and i have spent two days over internet but could not find soulution to fix this.
      can you please help me here as i have to submit this tomorrow eod