Test Runner Mode (Test Framework)
Using the Go Agent in Test Runner Mode
Overview
Steps for Instrumenting a Test Runner with SeaLights Go Agent (Default Usage - Go Test)
1
Configuration
./slgoagent config \
--token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \
--tests-runner \
--test-stage="integration" \
--lab-id="shoppingcart.dev.qa-blue"export SEALIGHTS_TOKEN="./sltoken.txt"
export SEALIGHTS_TESTS_RUNNER="true"
export SEALIGHTS_TEST_STAGE="integration"
export SEALIGHTS_LAB_ID="shoppingcart.dev.qa-blue"
./slgoagent configtestsRunner: true
testStage: "integration"
labId: "shoppingcart.dev.qa-blue"./slgoagent config --token="./sltoken.txt"Using Other Supported Frameworks
Troubleshooting
Last updated
Was this helpful?

