First we need to create a file called "SYNPRESS_PRIVATEKEY" and place the test wallet's private key. This is because the synpress lib doesn't recognize the .env
For this we will add the private_key and hostchain to the .env and start the server with the command:
npm run beproService
After that we will run the command which will instantiate the variables locally on our machine so that synpress will recognize
source synpress_envsetter.sh
npm run test:e2e