An integration test framework for React Native.
Cavy is a cross-platform integration test framework for React Native developed by Pixie Labs. It provides the capability to write tests in JavaScript and run them on both Android and iOS platforms to interact with nested components within applications.
To install Cavy, follow these steps:
npm install cavy --save-dev
Cavy is a valuable integration test framework for React Native applications, offering cross-platform testing, deep interaction with components, and the ability to write tests in pure JavaScript. With compatibility for React Native versions 0.59 and above, Cavy provides a robust solution for testing React Native apps efficiently.