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 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 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
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.
🤖DISCORD: discord.gg/2F9E2fRGaU
⭐PREMIUM Cypress + Typescript course: shorturl.at/dcnPn
📣FREE Cypress videos: shorturl.at/h6iEX
Hello, thank you so much for the video , I'm not able to use Open Cypress set ."only" how do you do it ?
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.
Hello! I missed this moment > Open Cypress Set ".only" how do you do it?
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!
Thanks for your comment. Does your test open multiple tabs?
@@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()
@@gunaynemetova2234 What is the error that you are having? Sorry Think that I did not understand the issue
Lo hiciste en español también?
Hola Joaquín! Si, lo puedes ver acá: th-cam.com/video/RFEs1RrXHmc/w-d-xo.html
Aquí tienes una serie de videos de Cypress talvez te sirva alguno otro.
th-cam.com/play/PLYDwWPRvXB89V8mbG6AmhUjHLpwWid70n.html
@@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
@@Joaquin_Ak excelente. Para test automation estas en el lugar indicado. Saludos y bienvenido 😄
why we need ';' for the end of the commands cy.title().should('eq','Swag Labs'); - although the test is valid without ';' sign
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.
@@joanmedia I see ;)