{"id":20932406,"url":"https://github.com/testingbot/testingbot_junit","last_synced_at":"2026-04-21T08:03:02.260Z","repository":{"id":141992145,"uuid":"2211706","full_name":"testingbot/testingbot_junit","owner":"testingbot","description":"JUnit Jar to be used for Selenium testing with TestingBot.com","archived":false,"fork":false,"pushed_at":"2012-04-04T18:50:11.000Z","size":1826,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T07:39:38.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.testingbot.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testingbot.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-15T19:33:16.000Z","updated_at":"2023-06-23T11:41:14.000Z","dependencies_parsed_at":"2023-03-13T10:22:05.267Z","dependency_job_id":null,"html_url":"https://github.com/testingbot/testingbot_junit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/testingbot/testingbot_junit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Ftestingbot_junit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Ftestingbot_junit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Ftestingbot_junit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Ftestingbot_junit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testingbot","download_url":"https://codeload.github.com/testingbot/testingbot_junit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testingbot%2Ftestingbot_junit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32082780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-18T21:48:31.062Z","updated_at":"2026-04-21T08:03:02.223Z","avatar_url":"https://github.com/testingbot.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"TestingBot.com JUnit package to use our Selenium Grid.\nYou can find more info on http://testingbot.com\n\nInstall\n-------\n\nDownload our TestingBot-x-x-x.jar or use the source files in the com directory.\n\nYou also need JUnit (https://github.com/KentBeck/junit/downloads) and the Selenium Java Client Driver (http://release.seleniumhq.org/selenium-remote-control/1.0.1/).\n\nOnce you have these 3 jars, set your CLASSPATH to point to them:\n\n    CLASSPATH=junit-4.10.jar:TestingBot-0.0.1.jar:testingbot/test/:selenium-java-client-driver.jar\n\nNext, you need to make sure you have the file ~/.testingbot which stores your API key and API secret in this format: API_KEY:API_SECRET\n\nYou can get these keys by signing up on http://testingbot.com\n\nYou can now run your Selenium tests with Java.\n\nIn our repository you will find a test script which you can run by executing:\n\n    java com.testingbot.TestingBotTestRunner TestGoogle\n\n\nExample\n-------\n\n    import com.thoughtworks.selenium.*;\n    import org.junit.*;\n    import com.testingbot.*;\n\n\n    public class TestGoogle extends TestingBotTestCase {\n      public void setUp() throws Exception {\n        TestingBotSelenium selenium = new TestingBotSelenium(\n                \"hub.testingbot.com\",\n                4444,\n                \"firefox\",\n                \"http://www.google.com/\");\n        selenium.start(\"version=10;platform=WINDOWS;screenshot=false\");\n        this.selenium = selenium;\n      }\n      public void testGoogle() throws Exception {\n        this.selenium.open(\"/\");\n        assertEquals(\"Google\", this.selenium.getTitle());\n      }\n    \n      public void tearDown() throws Exception {\n        this.selenium.stop();\n      }\n    }\n\nCompile from Source\n-------------------\n\nTo compile and test the Jar yourself you can use the following commands:\n\n    javac -cp .:com/testingbot/:`echo lib/* | tr ' ' ':'` com/testingbot/* \u0026\u0026 jar cvf lib/TestingBot-0.0.1.jar com/testingbot/*.class\n    javac -cp .:`echo lib/* | tr ' ' ':'` examples/*\n    cd examples/\n    java -cp .:`echo ../lib/* | tr ' ' ':'` com.testingbot.TestingBotTestRunner TestGoogle\n\nWhere lib contains all the dependency jars listed above.\n\nCopyright\n---------\n\nCopyright (c) 2012 TestingBot.com\nSee LICENSE for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestingbot%2Ftestingbot_junit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestingbot%2Ftestingbot_junit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestingbot%2Ftestingbot_junit/lists"}