Wondering if others have come into this problem space as well and what their findings were.
We have a react native + react native web application that shares the same code and would like to add functional testing that also shares the same test code much as possible with low false-positive functional tests.
From my research, it seems like there isn't a solution that gives me the best of both world(shared test code between web and native and non-flaky, low false-positive test).
From my research, I've found few contenders as described below:
Native: Detox, Appium, Cavy
Web: Cypress, TestCafe, Nightwatch, Selenium, Appium
Both: Appium
Appium seems to support both, but is based on web-drivers which has mixed reviews due to web-drivers flakiness and false-positives. Also, just how much test code would actually be shared ::thinking.
And now, the other alternative is to use the proper tools available for the environment. Detox seems to be a good solution for native. It supports IOS and mostly android and runs fast and isn't flakey due to its gray-box nature. And for web, testcafe or cypress seems to be a good solution.
Unfortunately, there doesn't seem to be a solution that gives the best of both worlds. Wondering if anyone else had experience in this space, trying to manage testing for multiple platforms?
Would appreciate some comments or even confirmations of my findings.
Aucun commentaire:
Enregistrer un commentaire