Testing Library
https://gyazo.com/9fe762af246701fb28166038de78e1cb
Simple and complete testing utilities that encourage good testing practices
https://testing-library.com/
JavaScript, TypeScript で利用できる Web UI をテストするための npm パッケージ
@testing-library で様々なライブラリや環境用に提供されており、<ENV> Testing Library のような命名で各種機能が提供されているhttps://www.npmjs.com/org/testing-library
メジャーなUIフレームワークには大抵対応しており殆どが共通の様式のAPIで機能を使用できる
React → React Testing Library (@testing-library/react)
Angular → Angular Testing Library (@testing-library/angular)
Vue → Vue Testing Library (@testing-library/vue)
など
Jest や Vitest では @testing-library/jest-dom を使用することで拡張Matcherを使用できる