Running Cypress Tests in Parallel

Поделиться
HTML-код
  • Опубликовано: 18 фев 2019
  • Running Cypress Tests in Parallel - demo
    Check out the accompanying blog post: testdriven.io/blog/running-cy...
  • НаукаНаука

Комментарии • 11

  • @codeit5351
    @codeit5351 3 года назад +6

    what the hell did you teach here lol?

  • @AnujaShinde
    @AnujaShinde 3 года назад

    Can we do this with Jules?plz add more details around how to use parallelization with Jules/Jenkins pineline

  • @rithanyakumar591
    @rithanyakumar591 Год назад

    Hi Michael.. I’m trying to run cypress concurrently in 3 nodes using Amazon Linux 2 but getting error as fatal error resource
    temporarily unavailable x server : 100. Do you have a solution for this issue

  • @rahilkumar3558
    @rahilkumar3558 4 года назад

    Is anyone working on Cypress tool? I am facing a challenge in switching the window. After going thro' cypress official website, it's a tradeoff that Cypress doesn't support Multiple Browsing operations.
    but there is one workaround using Stub and Spy.
    has anyone understood that workaround or anyone can help in this?

    • @hermanmu
      @hermanmu  4 года назад

      github.com/cypress-io/cypress/issues/3207

    • @rahilkumar3558
      @rahilkumar3558 4 года назад

      @@hermanmu tried but didn't worked
      stackoverflow.com/questions/58328099/not-able-to-switch-windows-using-stub-and-spy-using-cypress

  • @VicTorProStarT
    @VicTorProStarT 5 лет назад

    Hello
    Michael Herman
    this librery is free ?
    thank you

    • @hermanmu
      @hermanmu  5 лет назад

      Which library are you referring to? Cypress is open source. The parallel logic I added is not in a library, but you can build one based on the blog post.

    • @VicTorProStarT
      @VicTorProStarT 5 лет назад

      @@hermanmu ok thank you

  • @rohanwadhavkar5343
    @rohanwadhavkar5343 3 года назад

    Can this be done with jenkins?