How about Heroku CI? The Heroku Browser/User Acceptance Testing platform?
I'm trying to gauge whether people actually use it, if so, whether they like it, and if so, whether I should be trying to integrate my QA project into it.
Appreciate any feedback!
Honestly, I couldn't figure out how to handle all the dependencies (like database services, and other 3rd party cloud services) for pipelines so don't talk about CI.
Additionally, having different versions of your app running would increase hosting costs.
Also Heroku CI doesn't work with GitLab.
I do wish to implement more automated tests and practice continuous deployment.
Yea - there's a ton of complexity in setting up different environments! I don't blame ya!
For what it's worth, I've been using GitLab's CI/CD and generally happy with it.