From d7b0527dbea3d47dc12b4024c4d6dd4d9669d72d Mon Sep 17 00:00:00 2001 From: Daniel Danan Date: Mon, 27 May 2024 17:24:20 +0300 Subject: [PATCH] defining the name of the action to be 'LoadRunner Enterprise Test Execution Action' --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e5fe1c..fb74c72 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![CodeQL](https://github.com/MicroFocus/lre-gh-action/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/MicroFocus/lrc-gh-action/actions/workflows/github-code-scanning/codeql) [![Release](https://github.com/MicroFocus/lrc-gh-action/actions/workflows/release.yml/badge.svg)](https://github.com/MicroFocus/lrc-gh-action/actions/workflows/release.yml) -# GitHub Action for LoadRunner Enterprise -This LoadRunner Enterprise GitHub Action has for purpose to trigger and monitor a load test execution in LRE server and eventually collect reports (analysis and trend reports). +# LoadRunner Enterprise Test Execution Action +This GitHub Action has for purpose to trigger and monitor a load test execution (preexisting or designed according to a yaml file in the git repo) in LRE server, eventually collect reports (analysis and trend reports) and report status. ## Prerequisites diff --git a/action.yml b/action.yml index 31fe8bf..625b113 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'LoadRunner Enterprise Action' +name: 'LoadRunner Enterprise Test Execution Action' description: 'Run test in LoadRunner Enterprise' author: 'OpenText' branding: