{"id":20618099,"url":"https://github.com/applitools/example-selenium-java-junit","last_synced_at":"2025-08-23T02:40:01.598Z","repository":{"id":38332920,"uuid":"177884660","full_name":"applitools/example-selenium-java-junit","owner":"applitools","description":"Applitools Example: Selenium in Java with JUnit","archived":false,"fork":false,"pushed_at":"2023-06-29T18:57:50.000Z","size":147,"stargazers_count":8,"open_issues_count":0,"forks_count":29,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-15T11:46:38.566Z","etag":null,"topics":["applitools","applitools-example","applitools-eyes","applitools-tutorial","execution-cloud","java","junit","maven","selenium","selenium-java","selenium-webdriver","test-automation","ultrafast-grid","visual-testing"],"latest_commit_sha":null,"homepage":"https://applitools.com/tutorials/quickstart/web/selenium/java/junit","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/applitools.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-03-26T23:36:40.000Z","updated_at":"2023-10-22T15:10:39.000Z","dependencies_parsed_at":"2025-04-15T11:48:26.349Z","dependency_job_id":null,"html_url":"https://github.com/applitools/example-selenium-java-junit","commit_stats":null,"previous_names":["applitools/example-selenium-java-junit-ufg"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/applitools/example-selenium-java-junit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-junit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-junit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-junit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-junit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applitools","download_url":"https://codeload.github.com/applitools/example-selenium-java-junit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-junit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271733244,"owners_count":24811489,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["applitools","applitools-example","applitools-eyes","applitools-tutorial","execution-cloud","java","junit","maven","selenium","selenium-java","selenium-webdriver","test-automation","ultrafast-grid","visual-testing"],"created_at":"2024-11-16T12:07:06.429Z","updated_at":"2025-08-23T02:40:01.570Z","avatar_url":"https://github.com/applitools.png","language":"Java","readme":"# Applitools Example: Selenium in Java with JUnit\n\nThis is the example project for the [Selenium Java JUnit tutorial](https://applitools.com/tutorials/quickstart/web/selenium/java/junit).\nIt shows how to start automating visual tests\nwith [Applitools Eyes](https://applitools.com/platform/eyes/)\nand [Selenium WebDriver](https://www.selenium.dev/) in Java.\n\nIt uses:\n\n* [Java](https://www.java.com/) as the programming language\n* [Selenium WebDriver](https://www.selenium.dev/) for browser automation\n* [Google Chrome](https://www.google.com/chrome/downloads/) as the local browser for testing\n* [Apache Maven](https://maven.apache.org/index.html) for dependency management\n* [JUnit 5](https://junit.org/junit5/) as the core test framework\n* [Applitools Eyes](https://applitools.com/platform/eyes/) for visual testing\n\nIt can also run tests with:\n\n* [Applitools Ultrafast Grid](https://applitools.com/platform/ultrafast-grid/) for cross-browser execution\n* [Applitools Execution Cloud](https://applitools.com/platform/execution-cloud/) for self-healing remote WebDriver sessions\n\nTo run this example project, you'll need:\n\n1. An [Applitools account](https://auth.applitools.com/users/register), which you can register for free.\n2. The [Java Development Kit (JDK)](https://www.oracle.com/java/technologies/downloads/), version 8 or higher.\n3. A good Java editor, such as [JetBrains IntelliJ IDEA](https://www.jetbrains.com/idea/).\n4. [Apache Maven](https://maven.apache.org/download.cgi) (typically bundled with IDEs).\n5. An up-to-date version of [Google Chrome](https://www.google.com/chrome/downloads/).\n6. A corresponding version of [ChromeDriver](https://chromedriver.chromium.org/downloads).\n\nThe main test case is [`AcmeBankTests.java`](src/test/java/com/applitools/example/AcmeBankTests.java).\nBy default, the project will run tests with Ultrafast Grid but not Execution Cloud.\nYou can change these settings in the test class.\n\nTo execute tests, set the `APPLITOOLS_API_KEY` environment variable\nto your [account's API key](https://applitools.com/tutorials/guides/getting-started/registering-an-account),\nand then run:\n\n```\nmvn test\n```\n\n**For full instructions on running this project, take our\n[Selenium Java JUnit tutorial](https://applitools.com/tutorials/quickstart/web/selenium/java/junit)!**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fexample-selenium-java-junit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplitools%2Fexample-selenium-java-junit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fexample-selenium-java-junit/lists"}