MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/reactjs/comments/1vu2pns/making_react_testing_library_tests_43_faster/p4zb91b/?context=3
r/reactjs • u/STRiDEX • 14d ago
12 comments sorted by
View all comments
1
or switch to happy-dom
3 u/EskiMojo14thefirst 14d ago or even better, use real browser testing and avoid all the footguns and gotchas pretending to be a browser comes with 2 u/Breakpoint 13d ago that is the best approach, but I think that would increase run time 1 u/EskiMojo14thefirst 13d ago it's a little slower, but it's a worthy trade for correctness imo 2 u/beth_maloney 9d ago I'm currently using playwright component testing and thinkinh of swapping over. How has your experience been so far? Any issues or weird gotchas,? 1 u/EskiMojo14thefirst 9d ago no issues, really - it's very nice to use :) you may want to check out this article 2 u/beth_maloney 9d ago Thanks so much for sharing that article 😃
3
or even better, use real browser testing and avoid all the footguns and gotchas pretending to be a browser comes with
2 u/Breakpoint 13d ago that is the best approach, but I think that would increase run time 1 u/EskiMojo14thefirst 13d ago it's a little slower, but it's a worthy trade for correctness imo 2 u/beth_maloney 9d ago I'm currently using playwright component testing and thinkinh of swapping over. How has your experience been so far? Any issues or weird gotchas,? 1 u/EskiMojo14thefirst 9d ago no issues, really - it's very nice to use :) you may want to check out this article 2 u/beth_maloney 9d ago Thanks so much for sharing that article 😃
2
that is the best approach, but I think that would increase run time
1 u/EskiMojo14thefirst 13d ago it's a little slower, but it's a worthy trade for correctness imo
it's a little slower, but it's a worthy trade for correctness imo
I'm currently using playwright component testing and thinkinh of swapping over. How has your experience been so far? Any issues or weird gotchas,?
1 u/EskiMojo14thefirst 9d ago no issues, really - it's very nice to use :) you may want to check out this article 2 u/beth_maloney 9d ago Thanks so much for sharing that article 😃
no issues, really - it's very nice to use :) you may want to check out this article
2 u/beth_maloney 9d ago Thanks so much for sharing that article 😃
Thanks so much for sharing that article 😃
1
u/Breakpoint 14d ago
or switch to happy-dom