Hi there,
I'm looking for some clarification on what settings can be changed when passing a settings file to the ArtOfTestRunner.exe.
When I try to run a test list the settings for "Web" appear to follow the values I set as well as being able to change the Execution Delay, however when I try to change the 'RerunFailedTests' value it will still use the value set in the original list.
Example settings.json I used
{ "Settings": {
"__type": "ArtOfTest.WebAii.Core.Settings", "__value": {
"Web": { "__type": "ArtOfTest.WebAii.Core.Settings+WebSettings", "__value": {
"RecycleBrowser": false,
"DefaultBrowser": 12,
"BaseUrl": "https://BaseUrl.com/qa",
"KillBrowserProcessOnClose": false,
"KillBrowsersBeforeStart": false
}},
"ExecutionDelay": 0,
"RerunFailedTests": true
}}}How can I pass in the RerunFailedTests value from the settings json file?
Thanks for your help,
Liam