Dumb question - if I'm using this on CI, would I start my server using a background process and then run cypress? e.g. ``` rails s & bundle exec cypress run ```