To run the tests you should first install Android Studio and the project requirements.
If you don't have Android Studio installed, download the app on https://developer.android.com/studio and follow the steps. If you don't have the requirements installed you can do so by running the following commands.
sudo apt-get update
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install npm
npm install -g npm
For Windows installation you can follow the Node documentation and npm Documentation
Go to the src/api/api.js and set up the baseUrl to your API's server url.
Once that is done you could use our own mailing.js template file.
npm install
npm run start