{"id":18859675,"url":"https://github.com/perfectomobilesa/junit5testwatchersample","last_synced_at":"2025-07-03T01:31:39.988Z","repository":{"id":95610029,"uuid":"329597525","full_name":"PerfectoMobileSA/Junit5TestWatcherSample","owner":"PerfectoMobileSA","description":"This is a Junit 5 Test Watch Sample integrated with Perfecto Reporting","archived":false,"fork":false,"pushed_at":"2025-06-20T17:40:24.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-20T18:38:23.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PerfectoMobileSA.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-01-14T11:40:04.000Z","updated_at":"2025-06-20T17:40:27.000Z","dependencies_parsed_at":"2023-05-21T02:00:47.937Z","dependency_job_id":"c5fa266c-b1f5-4c0c-a32d-7851825d76ac","html_url":"https://github.com/PerfectoMobileSA/Junit5TestWatcherSample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PerfectoMobileSA/Junit5TestWatcherSample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FJunit5TestWatcherSample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FJunit5TestWatcherSample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FJunit5TestWatcherSample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FJunit5TestWatcherSample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerfectoMobileSA","download_url":"https://codeload.github.com/PerfectoMobileSA/Junit5TestWatcherSample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FJunit5TestWatcherSample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263243673,"owners_count":23436349,"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","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-08T04:18:51.443Z","updated_at":"2025-07-03T01:31:39.966Z","avatar_url":"https://github.com/PerfectoMobileSA.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Sample Junit 5 + Test watcher project\n\n![CircleCI status](https://circleci.com/gh/PerfectoMobileSA/Junit5TestWatcherSample.svg?style=shield \"CircleCI status\")\n\nThis sample project is designed to get you up and running within few simple steps.\n\nBegin with installing the dependencies below, and continue with the Getting Started procedure below.\n\n### Dependencies\nThere are several prerequisite dependencies you should install on your machine prior to starting to work with this project:\n\n* [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)\n\n* An IDE to write your tests on - [Eclipse](http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/marsr) or [IntelliJ](https://www.jetbrains.com/idea/download/#)\n\n* [Maven](https://maven.apache.org/)\n\n\nEclipse users should also install:\n\n1. [Maven Plugin](http://marketplace.eclipse.org/content/m2e-connector-maven-dependency-plugin)\n\n\nIntelliJ IDEA users should also install:\n\n1. [Maven Plugin for IDEA](https://plugins.jetbrains.com/plugin/1166)\n\n\n## Downloading the Sample Project\n\n* Clone this repository.\n\n* After downloading and unzipping the project to your computer, open it from your IDE by choosing the folder containing the pom.xml \n\n**********************\n\n\n## Running sample as is\n\n\n* Open TestBase.java \u003c/p\u003e\n\n* Search for the below line and replace `\u003c\u003ccloud name\u003e\u003e` with your perfecto cloud name (e.g. demo) or pass it as maven properties: `-DcloudName=\u003c\u003ccloud name\u003e\u003e`\u003c/br\u003e  \n\t\t\u0026nbsp;\u0026nbsp;\t\u0026nbsp;\u0026nbsp; String cloudName = `\"\u003c\u003ccloud name\u003e\u003e\"`;\n\t\t\u003c/br\u003e\n\t\t\u003c/p\u003e\n* Search for the below line and replace `\u003c\u003cSECURITY TOKEN\u003e\u003e` with your perfecto [security token](https://developers.perfectomobile.com/display/PD/Generate+security+tokens) or pass it as maven properties: `-DsecurityToken=\u003c\u003cSECURITY TOKEN\u003e\u003e` \u003c/br\u003e\u003c/p\u003e\n\t\t\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; String securityToken = `\"\u003c\u003cSECURITY TOKEN\u003e\u003e\"`;\n\t\u003c/br\u003e\n\nNote: Refer to official documentation on how to execute from eclipse / IntelliJ. \u003c/br\u003e\n* Run pom.xml with the below maven goals \u0026 properties when: \u003c/p\u003e\n   a. If credentials are hardcoded:\n\t\t\n\t\tclean\n\t\tinstall\n\t\ttest\n\t\t\n   \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;b. If credentials are passed as parameters:\n\t\t\n\t\tclean\n\t\tinstall\n\t\ttest\n\t\t-DcloudName=${cloudName}\n\t\t-DsecurityToken=${securityToken}\n\u003c/p\u003e\n\n* CI dashboard integration can be performed by supplying the below maven parameters\n\n\t\tclean\n\t\tinstall\n\t\ttest\n\t\t-DcloudName=${cloudName}\n\t\t-DsecurityToken=${securityToken}\n\t\t-Dreportium-job-name=${JOB_NAME} \n\t\t-Dreportium-job-number=${BUILD_NUMBER} \n\t\t-Dreportium-job-branch=${GIT_BRANCH} \n\t\t-Dreportium-tags=${myTag}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfectomobilesa%2Fjunit5testwatchersample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperfectomobilesa%2Fjunit5testwatchersample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfectomobilesa%2Fjunit5testwatchersample/lists"}