Playwright JS framework
Configuration
2
Set Environment Variables
export SL_TOKEN=<your_token> # from CI secret or vault
export SL_BUILD_SESSION_ID=<your_bsid> # unique per app build/version
export SL_LAB_ID=<your_labid> # Identifier for the lab environment.
export SL_TEST_STAGE="E2E Tests"$env:SL_TOKEN = "<your_token>" # from CI secret or vault
#$env:SL_BUILD_SESSION_ID = "<your_bsid>" # unique per app build/version (Optional)
$env:SL_LAB_ID = "<your_labid>" # Identifier for the lab environment.
$env:SL_TEST_STAGE = "E2E Tests"3
Minimal Prerequisites
Logging and Debugging
export NODE_DEBUG=slexport SL_LOG_LEVEL=debugTroubleshooting & Best Practices
Sample Scripts
Advanced Options
Common Plugin Parameters
Environment Variable
Required
Description
Last updated
Was this helpful?

