Testing Components in Storybook 7 by Yann Braga | Storybook Day 2023

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

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

  • @artzoc
    @artzoc Год назад +4

    This is really such a boost to the developer's productivity. I love it. Especially potential stack traces pointing directly to the error in the source code. Thank you for your work!

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

      it's great. we're glad that you love it too!

  • @alien6009
    @alien6009 7 дней назад

    This example is great as far as the flow is this simple, replicating everything here and ensuring that it's in sync with the production code is going to be tedious and difficult to maintain in the long run

  • @jan_hamara
    @jan_hamara Год назад +6

    this is freaking incredible!

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

    Following your lead on a number of Storybook points as I begin to implement this into our team's workflow. Thanks for all your hard work Yann!

  • @TestingMatters
    @TestingMatters 3 месяца назад +1

    Visual regression testing is available in Playwright CT - which is now supported as a test framework in StoryBook 8.1 - Could you demo this capability ?

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

    very nice! Just upgraded to 7 on two projects. Can't wait to try the integrated testing

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

      heck yeah! let us know how it goes!

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

    Awesome!!

  • @MarkKhotin-g8r
    @MarkKhotin-g8r Год назад

    Looks really cool! Thank you!
    I have only one question: how can I access the theme object (i'm using withThemeFromJSXProvider) from the play function? For example in order to test that some css property of the component is exactly as it should be in the theme?

    • @chromaticui
      @chromaticui  Год назад +1

      We would recommend visual testing with Chromatic… but we’re biased 😊

  • @MinhNguyen-ym7ym
    @MinhNguyen-ym7ym Месяц назад

    HI, Can I get your example project you show in this video

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

    😍