-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote Service Documentation #1158
Comments
Backstop-RemoteDescription:Backstop-Remote exposes BackstopJS CLI commands as an HTTP Web service, enabling browser-UI client interactions (e.g. hosted backstop reports, approve button interactions, etc.) with a local or remote instance of BackstopJS. Additionally, Backstop-Remote provides an interface for BackstopJS to interact as a slave web-app screenshot renderer and comparison engine for other JS-based testing and or development frameworks (e.g. Ember, Testem, Cypress, Storybook, etc.) Workflow:Starting the Backstop-Remote service On the CLI...
In a node app you might do something like this...
Stopping the serviceDoesn't get more restful than this...
Usage in CI envJust start the service and ensure the host name and port are hit able inside your CI boundary. For more info... |
This probably solves garris#1158.
* Improve documentation for interactive web report This probably solves #1158. * Fix link to interactive web reporting
I'm fiddling around with the remote feature using the docker container. I'm able to execute I also had a look at /remote/index.js and tried to use Any hints on how to create and/or access the report? |
Thanks for the swift reply. That pushed me in the right direction. Besides the correct URL I was missing the "test" run for the report to be generated. All fine now. |
Currently there is no documentation on the remote service, despite being available via the CLI. While there is active work on this (e.g. approve button, which sound really great), I can't really try it out, give feedback and potentially contribute.
If you require assistence, I'd be happy to contribute.
Thanks in advance.
The text was updated successfully, but these errors were encountered: