Painless Testing for React Applications with Cypress

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

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

  • @gleb
    @gleb 6 лет назад +1

    Slides at slides.com/bahmutov/painless-react-testing and the tool is at www.cypress.io/

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

    Great content. Thanks!

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

    Slides at slides.com/bahmutov/painless-react-testing

  • @raihanridoy3539
    @raihanridoy3539 5 лет назад +1

    I can't make it work with redux architecture that is connected to a middleware. Please provide some information how it works with middleware.

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

      Hey, did you find the answer to that ? :) I'm also interested

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

      Probably too late, but they have an example recipe for this now: github.com/cypress-io/cypress-example-recipes/tree/master/examples/blogs__testing-redux-store
      Blog post: www.cypress.io/blog/2018/11/14/testing-redux-store/