{"id":20618127,"url":"https://github.com/applitools/example-selenium-java-cucumber","last_synced_at":"2026-04-16T10:32:05.779Z","repository":{"id":177386187,"uuid":"657706225","full_name":"applitools/example-selenium-java-cucumber","owner":"applitools","description":"Applitools Example: Selenium in Java with Cucumber","archived":false,"fork":false,"pushed_at":"2023-06-29T18:53:48.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-25T11:44:14.817Z","etag":null,"topics":["applitools","applitools-example","applitools-eyes","applitools-tutorial","cucumber","cucumber-jvm","execution-cloud","gherkin","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/cucumber","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}},"created_at":"2023-06-23T16:46:49.000Z","updated_at":"2023-06-23T17:02:17.000Z","dependencies_parsed_at":"2023-07-09T17:46:04.982Z","dependency_job_id":null,"html_url":"https://github.com/applitools/example-selenium-java-cucumber","commit_stats":null,"previous_names":["applitools/example-selenium-java-cucumber"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/applitools/example-selenium-java-cucumber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-cucumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-cucumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-cucumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-cucumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applitools","download_url":"https://codeload.github.com/applitools/example-selenium-java-cucumber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applitools%2Fexample-selenium-java-cucumber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["applitools","applitools-example","applitools-eyes","applitools-tutorial","cucumber","cucumber-jvm","execution-cloud","gherkin","java","junit","maven","selenium","selenium-java","selenium-webdriver","test-automation","ultrafast-grid","visual-testing"],"created_at":"2024-11-16T12:07:13.112Z","updated_at":"2026-04-16T10:32:05.756Z","avatar_url":"https://github.com/applitools.png","language":"Java","readme":"# Applitools Example: Selenium in Java with Cucumber\n\nThis is the example project for the [Selenium Java Cucumber tutorial](https://applitools.com/tutorials/quickstart/web/selenium/java/cucumber).\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* [Cucumber-JVM](https://cucumber.io/docs/installation/java/) with [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 scenario is [`AcmeBank.feature`](src/test/resources/com/applitools/example/AcmeBank.feature).\nIts step definitions are located in [`AcmeBankSteps.java`](src/test/java/com/applitools/example/AcmeBankSteps.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 Cucumber tutorial](https://applitools.com/tutorials/quickstart/web/selenium/java/cucumber)!**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fexample-selenium-java-cucumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplitools%2Fexample-selenium-java-cucumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplitools%2Fexample-selenium-java-cucumber/lists"}