No acostumbramos a mover herramientas obsoletas a Resistir en el Radar. Sin embargo, nuestros equipos creen firmemente que Enzyme ha sido ya reemplazado, en el campo de las pruebas unitarias de componentes de UI para React, por React Testing Library. Los equipos que usan Enzyme han visto que esta herramienta se centra en probar las partes internas de los componentes, lo que genera pruebas frágiles y difíciles de mantener.
No solemos mover herramientas obsoletas a “Hold” en el Radar. Sin embargo, nuestros equipos creen firmemente que Enzyme ha sido reemplazado por React Testing Library en el campo del Unit Testing para componentes React UI. Los equipos que usan Enzyme han visto que esta herramienta se centra en el testing de las partes internas de los componentes haciendo los test frágiles difíciles de mantener.
Enzyme has become the defacto standard for unit testing React UI components. Unlike many other snapshot-based testing utilities, Enzyme enables you to test without doing on-device rendering, which results in faster and more granular testing. This is a contributing factor in our ability to massively reduce the amount of functional testing we find we have to do in React applications. In many of our projects it’s used within a unit testing framework such as Jest.
We've been enjoying the rapid component-level UI testing that Enzyme provides for React.js applications. Unlike many other snapshot-based testing frameworks, Enzyme allows you to test without doing on-device rendering, which results in faster and more granular testing. This is a contributing factor in our ability to massively reduce the amount of functional testing we find we have to do in React applications.
We’ve been enjoying the rapid component-level UI testing that Enzyme provides for React.js applications. Unlike many other snapshot-based testing frameworks, Enzyme allows you to test without doing on-device rendering, which results in faster and more granular testing. This is a contributing factor in our ability to massively reduce the amount of functional testing we find we have to do in React applications.