Hello!
We need to run some NPM commands to compile our assets before our tests run and wondering the best way to do this. In production we SCP the assets upon deploy and in development we run a node server via npm start. Is there a way you’d recommend us running our integration tests?
We use webpack and rails together which is causing the issues.