Contents
Robot framework client library for visual regression testing with Percy.
The recommended installation method is using pip:
pip install robot-framework-percy
*** Settings ***
Library RobotFrameworkPercy
*** Keywords ***
Initialize
Open Browser url Chrome
# initialize percy
Percy Initialize Build access_token=${PERCY_TOKEN}
Take Snapshot
# take snapshot
Percy Snapshot snapshot name
Teardown
# finalize and push to percy server
Percy Finalize Build