Cypress Best Practices with Cypress Ambassadors

Sdílet
Vložit
  • čas přidán 21. 08. 2024
  • Link to slides: link.cypress.i...
    Join three Cypress Ambassadors to find out how they implement Cypress into their work. You will learn best practices, helpful use cases, and how to get involved with the Cypress Community.
    Moderator - Jordan Powell ( / jordanpowell88 )
    Panelists - Tobias Struckmeier ( / tobmaster , Ramona Schwering ( / leichteckig ) and Filip Hric ( / filip_hric )
    Event questions answered by the Cypress team available now: docs.google.co....

Komentáře • 4

  • @ncesar
    @ncesar Před 2 lety +16

    Please, next time don't spend half of the presentation talking about something that is not the focus of the topic. I appreciate the time that you guys had to share some knowledge with us but I feel that it could be better organizated.

    • @jordanpowell888
      @jordanpowell888 Před 2 lety +2

      Thanks for the feedback ncesar We will certainly take this feedback into consideration for future talks

  • @TheDevlain
    @TheDevlain Před 2 lety

    I really really liked it and I appreciate the session a lot, but to be honest it wasn't focused on best practices.
    Even though I think it is worth to give it a look if you want to get some advice in Cypress from really experienced people

  • @alexberger1830
    @alexberger1830 Před rokem

    Hi guys thanks for the session
    I have question to Ramona, if we based on the best practice from Selenium that word "driver" ( ChromeDriver driver = new ChromeDriver(); )cant appear in any of Tests( question below ) :
    How you will create Readable Test that will include all the syntax for mapping elements for Cypress like mapping button in ASOS site for view all items -->
    " cy.get('.MZc0wKD').contains('View All') " ?