Replies: 7 comments 3 replies
-
https://nightwatchjs.org/ <=> Pour les tests e2e |
Beta Was this translation helpful? Give feedback.
-
https://docs.cypress.io/guides/component-testing/introduction#Getting-Started <=> avec cypress on peut faire du component testing |
Beta Was this translation helpful? Give feedback.
-
https://storybook.js.org/docs/react/workflows/snapshot-testing <=> avec storybook, en plus de visualiser nos composants, on peut snapshoter le composant de manière unitaire |
Beta Was this translation helpful? Give feedback.
-
https://github.com/testing-library/react-testing-library <=> Pour tester de manière unitaire nos composants |
Beta Was this translation helpful? Give feedback.
-
https://github.com/enzymejs/enzyme <=> Un peu comme |
Beta Was this translation helpful? Give feedback.
-
https://swc.rs/ ; https://esbuild.github.io/ <=> dans le cas où on veut transformer des package avec du typescript |
Beta Was this translation helpful? Give feedback.
-
Au final, on a adopté :
Et notre bundle est en rust avec swc |
Beta Was this translation helpful? Give feedback.
-
Bonjour à tous, j'ouvre cette discussion concernant des technologies / lib / frameworks qu'on peut implémenter au sein de l'application.
Beta Was this translation helpful? Give feedback.
All reactions