{"id":19791962,"url":"https://github.com/xray-app/tutorial-java-junit5-selenium","last_synced_at":"2025-08-25T17:07:30.133Z","repository":{"id":38360845,"uuid":"403584245","full_name":"Xray-App/tutorial-java-junit5-selenium","owner":"Xray-App","description":"Tutorial for JUnit5 using Java integrated with Xray and Jira","archived":false,"fork":false,"pushed_at":"2024-09-20T13:22:52.000Z","size":107,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-20T21:49:05.243Z","etag":null,"topics":["java","jira","junit","junit5","test-automation","testing","xray"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xray-App.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":"2021-09-06T10:44:06.000Z","updated_at":"2025-02-19T09:43:28.000Z","dependencies_parsed_at":"2024-09-18T15:24:35.974Z","dependency_job_id":"c64adb0b-6bb0-4b9f-9a7d-85bd01a66780","html_url":"https://github.com/Xray-App/tutorial-java-junit5-selenium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xray-App/tutorial-java-junit5-selenium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xray-App%2Ftutorial-java-junit5-selenium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xray-App%2Ftutorial-java-junit5-selenium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xray-App%2Ftutorial-java-junit5-selenium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xray-App%2Ftutorial-java-junit5-selenium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xray-App","download_url":"https://codeload.github.com/Xray-App/tutorial-java-junit5-selenium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xray-App%2Ftutorial-java-junit5-selenium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272100683,"owners_count":24873442,"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-25T02:00:12.092Z","response_time":1107,"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":["java","jira","junit","junit5","test-automation","testing","xray"],"created_at":"2024-11-12T07:05:29.365Z","updated_at":"2025-08-25T17:07:30.102Z","avatar_url":"https://github.com/Xray-App.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorial with JUnit5 tests using Selenium Webdriver\n\n[![build workflow](https://github.com/Xray-App/tutorial-java-junit5-selenium/actions/workflows/main.yml/badge.svg)](https://github.com/Xray-App/tutorial-java-junit5-selenium/actions/workflows/main.yml)\n[![license](https://img.shields.io/badge/License-BSD%203--Clause-green.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/Xray-App/community)\n\n## Overview\n\nCode that supports the tutorial [Testing web applications using Selenium and JUnit5 in Java](https://docs.getxray.app/display/XRAY/Testing+web+applications+using+Selenium+and+Junit5+in+Java) showcasing the integration between [Xray Test Management](https://www.getxray.app/) on Jira and JUnit 5, using a custom report.\n\n## Prerequisites\n\nIn order to run this tutorial, you need to have JDK 8 and Maven; Gradle should also be supported.\nThis tutorial uses the maven package `xray-junit-extensions` which is available on Maven Central repository; previously this package was on GitHub packages but meanwhile it was moved to Maven Central.\n\n## Running\n\nTests can be run using the maven command `mvn`.\n\n```bash\nmvn test\n```\n\nTests can also run inside a Docker container; local directory should be mounted so that HUnit XML results are stored locally.\n\n```bash\ndocker build . -t tutorial_java_junit5_selenium\ndocker run --rm -v $(pwd)/reports:/source/reports -t tutorial_java_junit5_selenium\n```\n\n## Submitting results to Jira\n\nResults can be submitted to Jira so that they can be shared with the team and their impacts be easily analysed.\nThis can be achieved using [Xray Test Management](https://www.getxray.app/) as shown in further detail in this [tutorial](https://docs.getxray.app/display/XRAY/Testing+web+applications+using+Selenium+and+Junit5+in+Java).\n\n## Contact\n\nAny questions related with this code, please raise issues in this GitHub project. Feel free to contribute and submit PR's.\nFor Xray specific questions, please contact [Xray's support team](https://jira.getxray.app/servicedesk/customer/portal/2).\n\n\n## LICENSE\n\n[BSD 3-Clause](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxray-app%2Ftutorial-java-junit5-selenium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxray-app%2Ftutorial-java-junit5-selenium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxray-app%2Ftutorial-java-junit5-selenium/lists"}