Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix: ensure roboticmobi ssl parameter takes its value from the UI (#1812
Browse files Browse the repository at this point in the history
)

change cloud providers image
  • Loading branch information
donmezburak authored May 24, 2021
1 parent 0e153e0 commit fd6ecea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ These are the options for launching a session against a non-local Appium server:
| Pcloudy | Launch a session on the [Pcloudy](https://www.pcloudy.com) cloud. [Documentation](https://www.pcloudy.com/mobile-application-testing-documentation) |
| TestingBot | Launch a session on the [TestingBot](https://testingbot.com) cloud. [Documentation](https://testingbot.com/support) |
| Experitest | Launch a session on the [Experitest](http://www.experitest.com) cloud. [Documentation](https://docs.experitest.com/display/TE/Appium) |
| Robotic.mobi | Launch a session on the [Robotic.mobi](http://www.robotic.mobi) cloud. [Documentation](https://robotic.mobi/appium-remote) |

It should be straightforward to get set up with any of these options. Simply
enter your details in the input fields provided.
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/actions/Session.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export function getServerInfo (session) {
host = 'api.robotic.mobi';
path = '/wd/hub';
port = 443;
https = 'https:';
https = session.server.roboticmobi.ssl = true;
break;
}
default:
Expand Down
Binary file modified docs/images/screen-new-session-cloud-providers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd6ecea

Please sign in to comment.