I'm new to testing, and I was tasked with setting up and writing automated integration tests for the React-Native app for iOS and Android. I have serious problems setting up integration tests. What framework should I use? I found a few lessons, but they felt mostly outdated. Does Appium use with Travis CI viable? I found some examples of using Mocha and Chai to write tests. ( http://tech.taskrabbit.com/blog/2015/11/08/react-native-integration-tests/ this seems to be the best). I really appreciate any help you can offer.
We recently started using Detox from Wix, which allows end-to-end Serial testing for real React Native applications. It also supports CI platforms such as Travis.
I can recommend you the following integration testing tool for native reaction: Cavy
github POC, React Native e2e Detox Wix. , : https://github.com/saifsms91/DetoxAutomationPoc.
, Stackoverflow React Native:
: React Native?
Source: https://habr.com/ru/post/1015793/More articles:Why does Java need equals () if hashCode ()? - javaHow to handle several types of actions in one epic? Any cons of the same? - reduxHow to send data from user registration form to firebase database - javascriptIs it legal? - javaHow will my ngrx store detect server side changes? - angularJavascript: trying to access elements of a JSON array gives me individual characters - jsonКак связывать и копировать файлы CSS из исходной папки в папку dist? - javascriptCan I create dynamic stages in the Jenkins pipeline? - jenkinsHow to name unnamed fields in structure C? - cNgrx Store, Effects, Http Ajax Configuring Polling on Angular 2 - angularAll Articles