How to run the next app in a test environment?
Unanswered
vikram posted this in #help-forum
vikramOP
I have 3 different .env files for each (.env.local ,.env.production,.env.test) environment and I am able to run the next app in the production environment by using the next start command and also for the development environment I am using the next dev command but I am unable to find any specific command to run the app test environment...