Hi, just started on POC for cypress. Stuck at windows authentication, can’t make progress until I get pass authentication .. used AutoIT for selenium. Can you pls assist?
sure there mutt be a way from JS to trigger auto it script in python when i ddint wanted to use autoit, i just pressed keys using code to give username and password.
Watch the cypress talk "Execute Cypress tests in jenkins with Mochawesome reports" This video is specially dedicated to the #cypress QA community and everyone out there. lnkd.in/gDdD9xM I also created medium blog page for that kailash-pathak.medium.com/execute-cypress-test-case-in-jenkin-with-integrating-mochawesome-report-ca5e91a5afc4
Hi Nikhil! Our Test Runner is typically faster than Puppeteer, but it does depend a bit on your personal situation. Parallel testing is in the works and will be available soon. Our Test Runner is MIT open source and will always be free, but we do have an additional dashboard that we intend to charge for in the future.
I am unable to change the default browser when I am opening the Cypress for the first time. Can you help me out. The dropdown is not coming showing browser options.
cy.get('.slider').invoke('val',50) .trigger('change') cy.get('input[type=range]').siblings('p') .should('have.text',50) .click({ force: true }) This doesn't work. I am trying to get the slider work. Can u please help me. The slider moves to 50 but again goes back to 0
In less than 3 hours of learning Cypress exists I was able to integrate it with my own project. Amazing ease of use.
where did you learn cypress?
do you know JS?
Thank you. This is helpful for someone relatively new when it comes to testing
I made the switch from Selenium. I am never looking back!
ccan we handle tabular data?
This is exactly what I was looking for.
+1
Wow, this one really helped me out a lot with getting started.
Love Cypress!
I love cypress, Thanks for the guide,!
Hi sir,
Can u pls let me know how to clear storage/cache before each cypress test file run
how did yiu launch the devtools?\
Hi, just started on POC for cypress. Stuck at windows authentication, can’t make progress until I get pass authentication .. used AutoIT for selenium. Can you pls assist?
sure there mutt be a way from JS to trigger auto it script
in python when i ddint wanted to use autoit, i just pressed keys using code to give username and password.
Thanks for Sharing
Watch the cypress talk "Execute Cypress tests in jenkins with Mochawesome reports"
This video is specially dedicated to the #cypress QA community and everyone out there.
lnkd.in/gDdD9xM
I also created medium blog page for that
kailash-pathak.medium.com/execute-cypress-test-case-in-jenkin-with-integrating-mochawesome-report-ca5e91a5afc4
mt first try with Cypress gave me error 127 while running, I am still trying to discover WTF is that :(
is it's speed comparable with that of puppeteer ? also can I run multiple tasks in parallel. lastly, is it free or paid. thanks
Hi Nikhil! Our Test Runner is typically faster than Puppeteer, but it does depend a bit on your personal situation. Parallel testing is in the works and will be available soon. Our Test Runner is MIT open source and will always be free, but we do have an additional dashboard that we intend to charge for in the future.
thank you.
I am unable to change the default browser when I am opening the Cypress for the first time. Can you help me out. The dropdown is not coming showing browser options.
Nathan, is that you?
Hãy cứ ngây thơ/ khát khao, hãy cứ dại khờ
☑️✅
cy.get('.slider').invoke('val',50)
.trigger('change')
cy.get('input[type=range]').siblings('p')
.should('have.text',50)
.click({ force: true })
This doesn't work. I am trying to get the slider work. Can u please help me. The slider moves to 50 but again goes back to 0
👩🍳