Add accessibility checks to your Playwright end-to-end tests

แชร์
ฝัง

ความคิดเห็น • 6

  • @TristanBailey
    @TristanBailey 9 หลายเดือนก่อน

    Great walk through. I wanted to do this on a project but thought it would take too long to set up. This package will be great time saver.

    • @ChecklyHQ
      @ChecklyHQ  9 หลายเดือนก่อน

      Thanks! Great to hear that you'll be implementing a11y testing! 💙

  • @ckumar89
    @ckumar89 9 หลายเดือนก่อน

    We only need an axe package or lighthouse package as well?

    • @ChecklyHQ
      @ChecklyHQ  9 หลายเดือนก่อน +2

      The described approach works without lighthouse because lighthouse uses the Axe package under the hood. :)

    • @ckumar89
      @ckumar89 9 หลายเดือนก่อน

      @@ChecklyHQ Will it work if I use proxy for my webapp?

    • @ChecklyHQ
      @ChecklyHQ  9 หลายเดือนก่อน +1

      @@ckumar89 I'm not sure I understand. As long as your page is accessible to Playwright (doesn't matter if proxied or not) the explained approach should work. 😅