In less than 3 hours of learning Cypress exists I was able to integrate it with my own project. Amazing ease of use.
@mariuszwojtczuk95942 жыл бұрын
where did you learn cypress? do you know JS?
@zaboomafia4 жыл бұрын
I made the switch from Selenium. I am never looking back!
@arorajivlogs16414 жыл бұрын
ccan we handle tabular data?
@kanig52563 жыл бұрын
Thank you. This is helpful for someone relatively new when it comes to testing
@manchineel3 жыл бұрын
This is exactly what I was looking for.
@alvincruz82963 жыл бұрын
+1
@chrishmmr4 жыл бұрын
Wow, this one really helped me out a lot with getting started.
@senseibas81996 жыл бұрын
Love Cypress!
@davidliu51124 жыл бұрын
I love cypress, Thanks for the guide,!
@hayathbasha45192 жыл бұрын
Hi sir, Can u pls let me know how to clear storage/cache before each cypress test file run
@bravesquid61833 жыл бұрын
how did yiu launch the devtools?\
@mauroavellaneda90194 жыл бұрын
mt first try with Cypress gave me error 127 while running, I am still trying to discover WTF is that :(
@abhedpatil5 жыл бұрын
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?
@arorajivlogs16414 жыл бұрын
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.
@nikhilgoyal0076 жыл бұрын
is it's speed comparable with that of puppeteer ? also can I run multiple tasks in parallel. lastly, is it free or paid. thanks
@Cypressio6 жыл бұрын
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.
@nikhilgoyal0076 жыл бұрын
thank you.
@kailashpathak89063 жыл бұрын
Thanks for Sharing
@kailashpathak89063 жыл бұрын
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
@prabhupadswain76383 жыл бұрын
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.
@GraceKimreow4 жыл бұрын
Nathan, is that you?
@lequangdung589 Жыл бұрын
Hãy cứ ngây thơ/ khát khao, hãy cứ dại khờ
@VGLV8883 жыл бұрын
☑️✅
@ВадимСмородин-ъ6е4 жыл бұрын
👩🍳
@srinivasj3203 жыл бұрын
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