Running Tests (Only) (JSON file)
Configuration file
{
"executionType":"testsonly",
"tokenFile": "./sltoken.txt",
"createBuildSessionId": false,
"labId": "${System.getenv('LAB_ID')}",
"filesStorage":"/tmp",
"logEnabled":false,
"logLevel":"off",
"logToFile":false,
"logToConsole":true,
"proxy": null,
"runFunctionalTests": true,
"testTasksAndStages":{"test":"Functional Tests"},
"testListenerJvmParams":{"sl.tags":"cucumber"}
}Integrating into the Build.gradle script
Executing your tests with Gradle
Restoring the build.gradle file to its previous state
Last updated
Was this helpful?

