Cypress INVOKE Review: A Command you MUST KNOW | Cypress Tutorial for Beginners

Sdílet
Vložit
  • čas přidán 22. 08. 2024

Komentáře • 14

  • @joanmedia
    @joanmedia  Před 2 lety +1

    🤖DISCORD: discord.gg/2F9E2fRGaU
    ⭐PREMIUM Cypress + Typescript course: shorturl.at/dcnPn
    📣FREE Cypress videos: shorturl.at/h6iEX

  • @CoderDmitri
    @CoderDmitri Před 2 lety +1

    better than latest StarWars! well done!

    • @joanmedia
      @joanmedia  Před 2 lety

      hahaha amazing! Thanks for the comment!

  • @MrSontiny
    @MrSontiny Před 2 lety +1

    excellent topic.Thanks

    • @joanmedia
      @joanmedia  Před 2 lety +1

      Thank you very much for your comment.

  • @fernandosolis8025
    @fernandosolis8025 Před 2 lety +1

    excelente como siempre, Pura Vida

    • @joanmedia
      @joanmedia  Před 2 lety

      Muchas gracias Fernando, Pura Vida!

  • @christinakokh2988
    @christinakokh2988 Před 2 lety +1

    Perfect!!!

  • @arsicpedja
    @arsicpedja Před rokem +1

    Great videos, only one issue. Please move microphone 2cm farther away since it is blowing out all the time and your words sound mubled from time to time :)

    • @joanmedia
      @joanmedia  Před rokem +1

      Hi Predrag, appreciate your feedback! Will apply your advise for sure :D

  • @julianyouhaveachance4353
    @julianyouhaveachance4353 Před 2 lety +1

    love your topics and videos. quick question, how do I use the value inside 'textValue' to another function that would let me enter whatever value is inside 'textValue' into an input field?

    • @joanmedia
      @joanmedia  Před 2 lety

      Hello Johan, I cover that topic in my new course at Udemy: 📚 Udemy Full Course 👉 bit.ly/3pLazsY
      But let me give you a hint. You can use an alias to grab de value like .as('aliasname), then, using cy.get('@aliasname') you get the value again :D

  • @aldwinjum7533
    @aldwinjum7533 Před 2 lety

    I am new to cypress and I encountered a problem in the date input field that it cannot type the date format. which should be in DD-MM-YYYY because that's the app is designed. and the date widget cannot be inspected. you can use arrow keys and enter keys. there is a small icon that when click the date widget will popup... what is your take on this?