Ginkgo
Using the Go Agent with Ginkgo
Configuration
./slgoagent config \
--token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \
--tests-runner \
--test-stage="component" \
--enable-ginkgo \
--lab-id="shoppingcart.dev.qa-blue"export SEALIGHTS_TOKEN="./sltoken.txt"
export SEALIGHTS_TESTS_RUNNER="true"
export SEALIGHTS_TEST_STAGE="component"
export SEALIGHTS_ENABLE_GINKGO=true
export SEALIGHTS_LAB_ID="shoppingcart.dev.qa-blue"
./slgoagent configexport SEALIGHTS_ENABLE_GINKGO=true
./slgoagent config \
--token="your-token" \
--tests-runner \
--test-stage="component" \
--lab-id="your-lab-id"How It Works
Test Impact Analysis (TIA) Support
Compatibility
Usage Steps
Notes
Last updated
Was this helpful?

