Cypress.io + Percy = End-to-end functional and visual testing for the web

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 20

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

    Thanks for the video, will probably use Percy for visual testing

  • @apurimedia
    @apurimedia 5 років тому +2

    Nice work guys! Thanks for the explanation!
    Now I'm just wondering how to get my hands on Cypress & Percy swag? lol

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

    I'm using Cypress and Percy. Percy takes a snapshot before the JavaScript has loaded on the page. Any ideas how to get it to wait before taking the snapshot? The Cypress cy.wait() command or the should("be.visible") command doesn't fix it.

  • @franknota9129
    @franknota9129 2 роки тому

    Hi, do you write these functional tests in JavaScript? If so, where can I learn how to write the syntax for this. It seems different from traditional coding/development. Thank you.

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

    At the 44:23 mark you gives have some links up on the screen. Can you add those links to the video description? Thanks

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

    I tried the same for using percy with cypress, but when i use the percy exec comamnd, i get an error "Failed to launch the browser process". Can anyone help me to solve it please?

  • @kusumakatamneni3404
    @kusumakatamneni3404 2 роки тому

    percy] StatusCodeError 401 - {"errors":[{"status":"unauthorized","detail":"Invalid API token."}]}- can any one help me in this.

  • @tresorTshims
    @tresorTshims 5 років тому

    Hi how can you run the test without having the source code of the web. because I was given a task to run percy with the web that is on staging but I do not have access to the source code, there is a way that i can run my visual testing?

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

      You could make a separate repository and use it to visit staging. You don't explicitly need access to the source code in order to be able to write these tests. Percy, Cypress and the like don't "care" about the underlying code, they just work inside the browser

  • @amowu
    @amowu 2 роки тому

    Is this work on Cypress Dashboard?

  • @erickeiser4783
    @erickeiser4783 5 років тому

    Can I still get the swag?

  • @rutjeronimo7316
    @rutjeronimo7316 5 років тому

    It doesn't support IE 11?