Writing your first test with Cypress

Поділитися
Вставка
  • Опубліковано 5 лют 2025
  • Quickly start writing fast, reliable end-to-end tests using Cypress. Install Cypress via npm, launch the Test Runner and write your first tests.

КОМЕНТАРІ • 28

  • @alvincruz8296
    @alvincruz8296 3 роки тому +9

    In less than 3 hours of learning Cypress exists I was able to integrate it with my own project. Amazing ease of use.

  • @kanig5256
    @kanig5256 4 роки тому +2

    Thank you. This is helpful for someone relatively new when it comes to testing

  • @zaboomafia
    @zaboomafia 5 років тому +14

    I made the switch from Selenium. I am never looking back!

  • @manchineel
    @manchineel 3 роки тому +3

    This is exactly what I was looking for.

  • @chrishmmr
    @chrishmmr 4 роки тому +1

    Wow, this one really helped me out a lot with getting started.

  • @senseibas8199
    @senseibas8199 6 років тому +5

    Love Cypress!

  • @davidliu5112
    @davidliu5112 4 роки тому +1

    I love cypress, Thanks for the guide,!

  • @hayathbasha4519
    @hayathbasha4519 3 роки тому +1

    Hi sir,
    Can u pls let me know how to clear storage/cache before each cypress test file run

  • @bravesquid6183
    @bravesquid6183 3 роки тому

    how did yiu launch the devtools?\

  • @abhedpatil
    @abhedpatil 5 років тому +1

    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?

    • @arorajivlogs1641
      @arorajivlogs1641 4 роки тому

      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.

  • @kailashpathak8906
    @kailashpathak8906 4 роки тому +1

    Thanks for Sharing

    • @kailashpathak8906
      @kailashpathak8906 4 роки тому

      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

  • @mauroavellaneda9019
    @mauroavellaneda9019 4 роки тому +1

    mt first try with Cypress gave me error 127 while running, I am still trying to discover WTF is that :(

  • @nikhilgoyal007
    @nikhilgoyal007 6 років тому +1

    is it's speed comparable with that of puppeteer ? also can I run multiple tasks in parallel. lastly, is it free or paid. thanks

    • @Cypressio
      @Cypressio  6 років тому +6

      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.

    • @nikhilgoyal007
      @nikhilgoyal007 6 років тому

      thank you.

  • @prabhupadswain7638
    @prabhupadswain7638 3 роки тому

    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.

  • @GraceKimreow
    @GraceKimreow 4 роки тому

    Nathan, is that you?

  • @lequangdung589
    @lequangdung589 Рік тому

    Hãy cứ ngây thơ/ khát khao, hãy cứ dại khờ

  • @VGLV888
    @VGLV888 3 роки тому

    ☑️✅

  • @srinivasj320
    @srinivasj320 3 роки тому

    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

  • @ВадимСмородин-ъ6е
    @ВадимСмородин-ъ6е 4 роки тому

    👩‍🍳