{"id":18859644,"url":"https://github.com/perfectomobilesa/travissample","last_synced_at":"2025-10-19T20:40:14.032Z","repository":{"id":49118251,"uuid":"227263992","full_name":"PerfectoMobileSA/TravisSample","owner":"PerfectoMobileSA","description":"This is a Travis + perfecto + maven integration sample","archived":false,"fork":false,"pushed_at":"2025-07-18T05:00:22.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-28T08:36:31.439Z","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":"2019-12-11T02:59:35.000Z","updated_at":"2025-07-18T05:00:20.000Z","dependencies_parsed_at":"2025-06-20T14:31:01.587Z","dependency_job_id":"2c33f894-6d4d-4330-ad49-247c2ff33382","html_url":"https://github.com/PerfectoMobileSA/TravisSample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PerfectoMobileSA/TravisSample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FTravisSample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FTravisSample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FTravisSample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FTravisSample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerfectoMobileSA","download_url":"https://codeload.github.com/PerfectoMobileSA/TravisSample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectoMobileSA%2FTravisSample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279904145,"owners_count":26241846,"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-19T02:00:07.647Z","response_time":64,"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":[],"created_at":"2024-11-08T04:18:44.495Z","updated_at":"2025-10-19T20:40:14.015Z","avatar_url":"https://github.com/PerfectoMobileSA.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Perfecto + Maven + Testng + Java + Travis Sample Project: \u003c/br\u003e\n\n[![Build Status](https://travis-ci.org/PerfectoMobileSA/TravisSample.svg?branch=master)](https://travis-ci.org/PerfectoMobileSA/TravisSample)\n\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\nEclipse users should also install:\n\n1. [Maven Plugin](http://marketplace.eclipse.org/content/m2e-connector-maven-dependency-plugin)\n\n2. [TestNG Plugin](http://testng.org/doc/download.html)\n\nIntelliJ IDEA users should also install:\n\n1. [Maven Plugin for IDEA](https://plugins.jetbrains.com/plugin/1166)\n\nTestNG Plugin is built-in in the IntelliJ IDEA, from version 7 onwards.\n \n#### Optional Installations\n* For source control management, you can install [git](https://git-scm.com/downloads).\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# Getting Started\n\n* Configure the name of your Perfecto cloud as a system variable by passing your cloud name as a -DcloudName=\u003c\u003ccloud name\u003e\u003e from Maven system property while running the install goal of Maven or simply hardcode your cloud name in the script.\n\n* Configure your security token from Maven by passing the -DsecurityToken=\u003c\u003ctoken\u003e\u003e system property while running the install goal of Maven or simply hardcode it.\n\n* Run pom.xml with the below maven goals \u0026 properties\n\n\t\tclean\n\t\tinstall\n\t\t-DcloudName=${cloudName}\n\t\t-DsecurityToken=${securityToken}\n\n* Maven will take care of kick starting the parallel execution of different examples inside perfecto package in parallel.\n\n### Travis Integration:\n* This project contains a .travis.yml file  which will help Travis webhooks to listen for git updates. \n* It will also print the suite level report at the end of execution.\n* The current build status of Travis in github will be showcased in readme.md file. More info [here](https://docs.travis-ci.com/user/status-images/)\n\nKindly reach out to [Professional Services](https://www.perfecto.io/services/professional-services-implementation) team of Perfecto to implement this in your Organization.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfectomobilesa%2Ftravissample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperfectomobilesa%2Ftravissample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfectomobilesa%2Ftravissample/lists"}