I have written some tests for my website using selenium and javascript. I want to know the standard way of using this script in production. Locally I’m running chrome driver and testing my script. What I have tried is in start
of my package.json
I run my test node test.js && react-scripts start
.What is the standard way of doing the same in production?