{"id":23651876,"url":"https://github.com/microfocus/performance-center-tfs-plugin","last_synced_at":"2025-10-15T20:48:45.143Z","repository":{"id":77715069,"uuid":"129626895","full_name":"MicroFocus/Performance-Center-TFS-Plugin","owner":"MicroFocus","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-22T08:39:04.000Z","size":11086,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-02T07:35:14.777Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/MicroFocus.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":"2018-04-15T16:05:03.000Z","updated_at":"2025-01-22T08:39:09.000Z","dependencies_parsed_at":"2024-03-06T17:16:42.372Z","dependency_job_id":"d6a70d5b-daff-40ea-bdf8-0b88a7a1424c","html_url":"https://github.com/MicroFocus/Performance-Center-TFS-Plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MicroFocus/Performance-Center-TFS-Plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroFocus%2FPerformance-Center-TFS-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroFocus%2FPerformance-Center-TFS-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroFocus%2FPerformance-Center-TFS-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroFocus%2FPerformance-Center-TFS-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicroFocus","download_url":"https://codeload.github.com/MicroFocus/Performance-Center-TFS-Plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroFocus%2FPerformance-Center-TFS-Plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273065038,"owners_count":25039274,"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-09-01T02:00:09.058Z","response_time":120,"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-12-28T16:48:46.785Z","updated_at":"2025-10-15T20:48:40.089Z","avatar_url":"https://github.com/MicroFocus.png","language":"C#","readme":"# OpenText Enterprise Performance Engineering CI plugin for Azure DevOps Server\r\n\r\nThe \"\u003cb\u003eOpenText Enterprise Performance Engineering CI\u003c/b\u003e\" extension integrates tests designed in OpenText Enterprise Performance Engineering projects with Azure DevOps Server pipelines' build.\r\n\r\n##### **System prerequisites:**\r\n\r\nTo use this plugin you must have:\r\n\r\n- OpenText Enterprise Performance Engineering server designed to run load tests on Lab hosts.\r\n- PowerShell version 4.0 or later.\r\n\r\n##### **Install the \"OpenText Enterprise Performance Engineering CI\" extension:**\r\n\r\nBefore you can run load tests as part of your build on a Azure DevOps CI build process, you have to install the OpenText Enterprise Performance Engineering CI extension on your Azure DevOps Server. \r\n\r\n1. Download the extension: you can either download the file \"[Micro-Focus.PCIntegration-1.0.4.vsix](https://github.com/MicroFocus/Performance-Center-TFS-Plugin/blob/master/Extension/Micro-Focus.PCIntegration-1.0.4.vsix) and upload it to your Azure DevOps Manage Extensions section (http://\u0026lt;tfs_server_and_port\u0026gt;/tfs/_gallery/manage)\" or download it from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/).\r\n2. Install the extension to your team project collection.\r\n\r\n##### **Run a load test from Azure DevOps build process’s task**\r\n\r\n1. Go to the build definition of your Azure DevOps collection and add the \"\u003cb\u003eOpenText Enterprise Performance Engineering task\u003c/b\u003e\" to a pipeline.\r\n2. Provide the required input for the task. \u003cb\u003eNote\u003c/b\u003e: To avoid conflicts with the way Azure DevOps manages secret input, this task performs minimal validations and therefore does not ensure the input is correct.\r\n3. Run the Azure DevOps CI Build.\r\n\r\n##### **GitHub repository projects**\r\n\r\nThis GitHub repository contains the following projects which are used to build the OpenText Enterprise Performance Engineering Plugin Extension for Azure DevOps:\r\n\r\n\r\n| **Project Name** | **Description** |\r\n|---------------------------|----------------------------------------------------|\r\n **PC.Plugins.Automation** | Project handling a build task. |\r\n|**PC.Plugins.Common.Test**|Test project for PC.Plugins.Common project. This is a simple UI that requires some valid inputs to verify the functions defined and  implemented in PC.Plugins.Common.|\r\n|**PC.Plugins.Common**| Project with the most common Rest API operations used to trigger a load test, to monitor the run to the end of execution, to download Analysis and Trend Reports.|\r\n|**PC.Plugins.Configurator**| Project supporting different types of functions called from PowerShell which trigger a build execution from PC.Plugins.Automation.|\r\n|**PC.Plugins.ConfiguratorUI**|Similar to PC.Plugins.Configurator, this standalone tool has a UI in which you enter values to run a build execution from PC.Plugins.Automation. It then opens a PowerShell window to display the build progression.\r\n|**PC.Plugins.Installer.CA**|Custom actions definitions for PC.Plugins.Installer (currently empty).|\r\n|**PC.Plugins.Installer**|Installer containing PC.Plugins.Common.dll, PC.Plugins.Automation.dll, PC.Plugins.Configurator.dll, and PC.Plugins.ConfiguratorUI.exe.|\r\n|**PC.TFS.BuildTask**| Project defining the extension that will be used in Azure DevOps / TFS.|\r\n\r\n \r\n\r\nFor more details, see the [OpenText Enterprise Performance Engineering Azure DevOps Extension wiki](https://github.com/MicroFocus/Performance-Center-TFS-Plugin/wiki).\r\n\r\n\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrofocus%2Fperformance-center-tfs-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrofocus%2Fperformance-center-tfs-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrofocus%2Fperformance-center-tfs-plugin/lists"}