Published on2020年12月21日Accessibility 在 UI 测试中的应用accessibilitytest`Accessibility` 应用在 UI 测试中,从而提升测试的稳定性以及对测试的信心。
Published on2020年10月11日React 组件测试最佳实践之 React Testing LibrarytestReact Testing Library 已经成为 React 组件测试的首选,流行的 UI 组件库 [antd](https://ant.design/) 和 [mui](https://mui.com/) 等都在使用它作为组件测试库,还有Playwright 和 Cypress 等其它测试框架也都在参考其API 。除了支持 React外,它同时还支持很多其它 UI框架库,如 Vue,Angular,Preact,Svelte,React Native等。