...
Info |
---|
The default test stage name will be |
Note |
---|
If you want to skip the capture of coverage for |
Functional Tests Using Ginkgo
...
Code Block | ||
---|---|---|
| ||
SEALIGHTS_AGENT_TOKEN=$(cat ./sealights/sltoken.txt)
#SEALIGHTS_BUILD_SESSION_ID="123"
SEALIGHTS_LAB_ID="my_lab_id"
SEALIGHTS_TEST_STAGE="Functional Tests"
./sealights/slcli scan --tests-runner --enable-ginkgo --workspacepath "$(pwd)/Functional API Tests" --path-to-scanner ./sealights/slgoagent --scm none |
...