💻 CYPRESS URL Commands | Cypress TUTORIAL for Beginners | Cypress Testing

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 17

  • @joanmedia
    @joanmedia  3 ปีที่แล้ว

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

  • @prathikshac6999
    @prathikshac6999 ปีที่แล้ว

    Hello, thank you so much for the video , I'm not able to use Open Cypress set ."only" how do you do it ?

  • @johnsanchez5056
    @johnsanchez5056 3 ปีที่แล้ว

    Hello, Thanks much for this helpful video. I just want to ask if how I can copy the URL link after I click the visited link.

  • @kanstantsinhalets6075
    @kanstantsinhalets6075 2 ปีที่แล้ว

    Hello! I missed this moment > Open Cypress Set ".only" how do you do it?

  • @gunaynemetova2234
    @gunaynemetova2234 3 ปีที่แล้ว +1

    Hello. Thank you so much for the video. I have a question. My test case runs in the chrome Not secure tab by default. How can I fix it? Thank you in advance!

    • @joanmedia
      @joanmedia  3 ปีที่แล้ว

      Thanks for your comment. Does your test open multiple tabs?

    • @gunaynemetova2234
      @gunaynemetova2234 3 ปีที่แล้ว +1

      @@joanmedia no it opens only 1 tab (not secure)
      I am testing H&M and their protocol is https.
      This is my test case below:
      describe('LoginFunctionality', function (){
      it('LoginFunctionality', function(){
      cy.visit("www.hm.com/entrance.ahtml?orguri=%2F")
      cy.get('#link_sl_si').click()
      cy.get('#onetrust-accept-btn-handler').click()
      cy.get('.account > [href="#"][data-remodal-trigger="signin"]').click()
      cy.get('#modal-txt-signin-email').type("gunaynemetova@gmail.com")
      cy.get('#modal-txt-signin-password').type("Jitablar2024")
      cy.get('#modal-theLoginForm > .button').click()

    • @joanmedia
      @joanmedia  3 ปีที่แล้ว

      @@gunaynemetova2234 What is the error that you are having? Sorry Think that I did not understand the issue

  • @Joaquin_Ak
    @Joaquin_Ak 3 ปีที่แล้ว +1

    Lo hiciste en español también?

    • @joanmedia
      @joanmedia  3 ปีที่แล้ว

      Hola Joaquín! Si, lo puedes ver acá: th-cam.com/video/RFEs1RrXHmc/w-d-xo.html

    • @joanmedia
      @joanmedia  3 ปีที่แล้ว

      Aquí tienes una serie de videos de Cypress talvez te sirva alguno otro.

    • @joanmedia
      @joanmedia  3 ปีที่แล้ว

      th-cam.com/play/PLYDwWPRvXB89V8mbG6AmhUjHLpwWid70n.html

    • @Joaquin_Ak
      @Joaquin_Ak 3 ปีที่แล้ว +1

      @@joanmedia gracias amigo. Estoy intentando ser dev de manera autodiadacta. Voy a mirar tus videos de cypress ya que tengo entendido que es muy importante el testing para destacar del resto de los devs. Gracias

    • @joanmedia
      @joanmedia  3 ปีที่แล้ว +1

      @@Joaquin_Ak excelente. Para test automation estas en el lugar indicado. Saludos y bienvenido 😄

  • @danielkovacs3664
    @danielkovacs3664 2 ปีที่แล้ว +1

    why we need ';' for the end of the commands cy.title().should('eq','Swag Labs'); - although the test is valid without ';' sign

    • @joanmedia
      @joanmedia  2 ปีที่แล้ว

      Hi Daniel. It is not required but some of us use it since it gives a sense of order or maybe in other languages it is a must in every single line.
      I am trying to avoid the use of it in new videos.

    • @danielkovacs3664
      @danielkovacs3664 2 ปีที่แล้ว

      @@joanmedia I see ;)