Content
@
0 reply
0 recast
0 reaction
taranis
@taranis.eth
How much testing coverage has your FE app?
2 replies
0 recast
1 reaction
joaofaustino
@joaofaustino
Based on what? Unit testing? My team’s effort has mostly been on end to end testing 🧪
1 reply
0 recast
1 reaction
taranis
@taranis.eth
end to end is like catching two birds with one stone and includes testing logic of smaller pieces. Do find it painfully slow with headless selenium tests etc.
1 reply
0 recast
0 reaction
joaofaustino
@joaofaustino
Yes, I would say its kinda slow. We've been using Synpress' alpha version and it does seem to be way faster than the previous one. We also do unit testing focusing on functions who handle important app logic and all our design system components with snapshots. https://github.com/Synthetixio/synpress
0 reply
0 recast
2 reactions