-
Notifications
You must be signed in to change notification settings - Fork 4
Description
While executing Robot Framework tests integrated with BrowserStack using the following command:
BROWSERSTACK_CONFIG_FILE=browserstack.yml browserstack-sdk robot -d ./results -x output.xml test/*.robot
the following issues were encountered:
Missing Dependencies:
The following error message was displayed:
`the following issues were encountered:
Missing Dependencies:
The following error message was displayed:`
It seems there is insufficient documentation or validation for the essential dependencies required to execute tests in this environment.
Error During Percy Initialization:
The following error occurred when initializing Percy:
Additional Context: Non-Percy Integration
Our project does not use Percy for visual testing, yet the BrowserStack SDK attempts to initialize it, resulting in unnecessary errors and warnings:
Percy token not found, Failed to start percy Percy setup failed
How can I solve this problem?