Godog
Using the Go Agent with Godog
Configuration
./slgoagent config \
--token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." \
--tests-runner \
--test-stage="component" \
--enable-godog \
--lab-id="shoppingcart.dev.qa-blue"export SEALIGHTS_TOKEN="./sltoken.txt"
export SEALIGHTS_TESTS_RUNNER="true"
export SEALIGHTS_TEST_STAGE="component"
export SEALIGHTS_ENABLE_GODOG=true
export SEALIGHTS_LAB_ID="shoppingcart.dev.qa-blue"
./slgoagent configexport SEALIGHTS_ENABLE_GODOG=true
./slgoagent config \
--token="your-token" \
--tests-runner \
--test-stage="component" \
--lab-id="your-lab-id"Last updated
Was this helpful?

