Skip to content

Commit

Permalink
update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaphante committed Dec 20, 2023
1 parent 5bd2dc7 commit 71b8b05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CynkyAutomation/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"ZephyrProjectKey": "TE",
"RemoteUrl": "https://hub-cloud.browserstack.com/wd/hub",
"Browser": "chrome",
"PrivateBrowser": "true",
"Headless": "false",
"BrowserLogs": "true",
"PrivateBrowser": true,
"Headless": false,
"BrowserLogs": true,
"ExecutionPlatform": "local",
"Mailinator": "false",
"PublishToZephyr": "false",
"LoadingTimeout": "2",
"Mailinator": false,
"PublishToZephyr": false,
"LoadingTimeout": 2,
"RS_Provider": "browserstack",
"RS_OsVersion": "Ventura",
"RS_Device": "iPhone 12 Pro",
Expand Down

0 comments on commit 71b8b05

Please sign in to comment.