Troubleshooting Playwright
Troubleshooting Playwright integration with Currents
If you are experiencing issues with using @currents/playwright
, please collect more information about the failure and submit a support request via our support channels.
1. Collecting Environment Information
Please collect the following information to help us effectively debug the problem:
The associated dashboard Run URL
Screenshots if applicable
Your setup method and configuration files
The exact command used to run playwright
Environment information (use the command below)
Use the following command to print information about your CI environment
2. Activate Debug Mode
@currents/playwright
simplifies collecting the debug information by automatically uploading the logs to Currents.
Capture and share the full debug log - that will help the support person identify the root cause faster
To enable uploading the debug logs:
provide
--pwc-debug
flag topwc
CLI command, ORset
CURRENTS_DEBUG
environment variable, ORprovide
debug
option to reporter configuration.
The following values will enable uploading the debug logs to our servers:
remote
will upload the debug logs to Currents servers.full
will print the logs to stdout and also upload them to Currents.
For example:
When enabled, the debug logs will be uploaded to Currents servers and a confirmation message will be shown after the run's completion, for example:
Last updated
Was this helpful?