{"id":16536689,"url":"https://github.com/eliasnogueira/java-e2e-test-example","last_synced_at":"2025-10-11T00:39:24.615Z","repository":{"id":54610975,"uuid":"102048763","full_name":"eliasnogueira/java-e2e-test-example","owner":"eliasnogueira","description":"An complete example of a pipeline focusing on API and UI (mobile and web) tests.","archived":false,"fork":false,"pushed_at":"2022-05-17T09:12:33.000Z","size":284,"stargazers_count":19,"open_issues_count":0,"forks_count":25,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-08T20:04:21.043Z","etag":null,"topics":["appium","automated-testing","java","restassured","selenium","testing"],"latest_commit_sha":null,"homepage":"","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/eliasnogueira.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}},"created_at":"2017-08-31T21:55:28.000Z","updated_at":"2024-06-26T04:05:13.000Z","dependencies_parsed_at":"2022-08-13T21:30:51.133Z","dependency_job_id":null,"html_url":"https://github.com/eliasnogueira/java-e2e-test-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eliasnogueira/java-e2e-test-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliasnogueira%2Fjava-e2e-test-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliasnogueira%2Fjava-e2e-test-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliasnogueira%2Fjava-e2e-test-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliasnogueira%2Fjava-e2e-test-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliasnogueira","download_url":"https://codeload.github.com/eliasnogueira/java-e2e-test-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliasnogueira%2Fjava-e2e-test-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005648,"owners_count":26083942,"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-10-10T02:00:06.843Z","response_time":62,"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":["appium","automated-testing","java","restassured","selenium","testing"],"created_at":"2024-10-11T18:32:49.999Z","updated_at":"2025-10-11T00:39:24.593Z","avatar_url":"https://github.com/eliasnogueira.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automatically Testing an End-to-End Java Application\n\n## Repo Structure\n\n### angular front-end\nHTML files that you must to put in your application server.\n_service.js_ file on _js_ folder is pointing to a local API. If you need to change the server and port, changhe this on the file:\n`http://localhost:4567/api/v1/person/:id`\n\n### database\nThe backend app is running on a MySQL server, so you need to create the database before any execution throught _database.sql_ file.\n\n### javaone-android-app\nThe mobile front-end built on Android Studio.\nThe app is pointing to the local service, but here the IP address is not localhost, it is _10.0.3.2_ and you can change it on `APIEndpointsInterface.java` class.\nJust notice that this IP adress works locally only on Genymotion emulator. For Android AVD you must set the IP _10.0.2.2_ or your computer IP if you run on a real device.\n\n### javaone-backend\nThe backend app. It's a REST service created with Java Spark.\nThis is a CRUD app with MySQL database\n\n### javaone-test-project\nThe test project that contains all the test scripts for API, Web and Mobile Tests\n\n## Repositiry for two presentations at JavaOne 2017\n* Java Test Automation for REST, Web, and Mobile [CON6070]\n* Trust Your Pipeline: Automatically Testing an End-to-End Java Application [CON6121]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliasnogueira%2Fjava-e2e-test-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliasnogueira%2Fjava-e2e-test-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliasnogueira%2Fjava-e2e-test-example/lists"}