{"id":23235800,"url":"https://github.com/billmeyer/saucelabs-proxy-test","last_synced_at":"2025-04-05T20:36:02.116Z","repository":{"id":89566456,"uuid":"141342570","full_name":"billmeyer/saucelabs-proxy-test","owner":"billmeyer","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-14T15:48:14.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T20:58:20.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/billmeyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-17T20:54:00.000Z","updated_at":"2022-11-23T00:41:34.000Z","dependencies_parsed_at":"2023-06-29T03:00:22.505Z","dependency_job_id":null,"html_url":"https://github.com/billmeyer/saucelabs-proxy-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billmeyer%2Fsaucelabs-proxy-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billmeyer%2Fsaucelabs-proxy-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billmeyer%2Fsaucelabs-proxy-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billmeyer%2Fsaucelabs-proxy-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billmeyer","download_url":"https://codeload.github.com/billmeyer/saucelabs-proxy-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399894,"owners_count":20932876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T03:29:35.477Z","updated_at":"2025-04-05T20:36:02.096Z","avatar_url":"https://github.com/billmeyer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# saucelabs-proxy-test\n\n## Background\n\nA simple Java application to attempt connecting to Sauce Labs cloud via Java's proxy settings.  Several of the URLs used by Sauce Labs are tested.\n\n## Test Arguments\n\nThere are five properties you can set to specify the proxy that will be used by the __Java HTTP/HTTPS Protocol Handler__:\n\n* `https.proxyHost`: the host name of the proxy server,\n* `https.proxyPort`: the port number, the default value being 443.\n* `https.proxyUser`: the name of the user to authenticate to the proxy server.\n* `https.proxyPassword`: the password of the user to authenticate to the proxy server.\n\nThese values should be specified as environment variables or passed on the Java Command Line using the __-D__ option.\n\n## Test Execution\n\nTo execute the test, use the __-D__ command line option to supply the above arguments to the test.\n\nExample:\n\n    $ mvn -Dhttps.proxyHost=squid.example.com -Dhttps.proxyPort=3128 -Dhttps.proxyUser=myproxyuser -Dhttps.proxyPassword=password test\n    ...\n    -------------------------------------------------------\n     T E S T S\n    -------------------------------------------------------\n    Running com.saucelabs.billmeyer.AppTest\n    Proxy Settings:\n    ===========================================\n    https.proxyHost: squid.example.com\n    https.proxyPort: 3128\n    https.proxyUser: myproxyuser\n    https.proxyPassword: password\n    \n    Testing connection to https://ondemand.us-west-1.saucelabs.com:\n    ===========================================\n    Response Code: 200 - OK\n    Response Body: [OK,ondemand alive]\n    \n    Testing connection to https://saucelabs.com/rest/v1/info/status:\n    ===========================================\n    Response Code: 200 - OK\n    Response Body: [{\"wait_time\": 0.5774264610599974, \"service_operational\": true, \"status_message\": \"Basic service status checks passed.\"}]\n    \n    DNS Servers:\n    ===========================================\n        dns://172.16.32.10\n        dns://172.17.32.10\n    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.644 sec\n    \n    Results :\n    \n    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0\n    \n    [INFO] ------------------------------------------------------------------------\n    [INFO] BUILD SUCCESS\n    [INFO] ------------------------------------------------------------------------\n    [INFO] Total time: 4.043 s\n    [INFO] Finished at: 2018-07-19T14:48:52-05:00\n    [INFO] Final Memory: 17M/386M\n    [INFO] ------------------------------------------------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillmeyer%2Fsaucelabs-proxy-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillmeyer%2Fsaucelabs-proxy-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillmeyer%2Fsaucelabs-proxy-test/lists"}