Troubleshooting Playwright
Troubleshooting Playwright integration with Currents
If you are experiencing issues with using @currents/playwright
, enable debug mode to 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
Capture and share the full debug log - that will help the support person identify the root cause faster
@currents/playwright
simplifies collecting the debug information by automatically uploading the logs to Currents.
To enable uploading the debug logs:
For
pwc
command-line executable runpwc --pwc-debug=full
ORFor
pwc-p
runpwc-p --pwc-debug=full
ORSet environment variable
DEBUG=currents* playwright test...
remote
uploads the debug logs to Currents servers;full
prints 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?