The documentation says:
You will need the backstop-remote service running for visual tests. In a seperate window run...
ember backstop-remote
While it's feasible in local development environment, how does one go about achieving the same results in a CI like travis or Github Actions?
The documentation says:
While it's feasible in local development environment, how does one go about achieving the same results in a CI like travis or Github Actions?