meinaart / cypress-plugin-snapshots

Plugin for snapshot tests in Cypress.io
MIT License
491 stars 116 forks source link

(feat) Running against a remote snapshot server #109

Closed spereirag closed 4 years ago

spereirag commented 4 years ago

As I understand you can run your tests against a remote snapshot server, by setting serverHost and serverPort accordingly. However, the documentation lacks the instructions on how to start this server in the first place.

meinaart commented 4 years ago

The server is meant for local use only. I am not considering implementing a remote server.