Technical requirements
To carry out the exercises in this chapter, you must have completed the exercises in the previous chapters so that you can apply end-to-end test automation to the web app. Cypress will only work for web technologies such as ReactJS, so if your app is based on React Native, you will have to add the react-native-web
library to the project to make it work. However, for the React Expo app, which already has the Expo Web library built into it, you don't need to do anything.
You can download the files for this chapter from the following link: https://github.com/PacktPublishing/Rapid-Application-Development-with-AWS-Amplify/tree/master/ch8/reactjs.