Skip to content

Commit

Permalink
release 5.0.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorin Bogdan committed Mar 29, 2023
1 parent de48f76 commit 1f9d678
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion UFTBuildTask/AlmLabManagementTask/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"author": "Micro Focus",
"version": {
"Major": 4,
"Major": 5,
"Minor": 0,
"Patch": 0
},
Expand Down
2 changes: 1 addition & 1 deletion UFTBuildTask/ParallelRunnerTask/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"author": "Micro Focus",
"version": {
"Major": 4,
"Major": 5,
"Minor": 0,
"Patch": 0
},
Expand Down
17 changes: 16 additions & 1 deletion UFTBuildTask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ This extension enables you to run UFT One tests as part of your Azure DevOps bui
• When running tests from ALM Lab Management, you can also include a build step that prepares the test environment before running the tests.
After the build is complete, you can view comprehensive test results.

# What's new in UFT One Azure DevOps extension - version 5.*
##### Release date: March 2023
This plugin update includes the following:

**New features**
- You can customize the format, or pattern, of the timestamp used for reporting in the Extensions tab.
- When running a test saved on your local machine, you can now instruct Azure DevOps to stop the entire test run as soon as one test fails.
- When running tests in parallel, you can connect to UFT Mobile / Digital Lab using access keys for authentication.
- If you abort a UFT One File System Run or UFT One Parallel Test Run job in the middle of a test run, the results of the completed tests are saved in the local build folder.

**Bug fixes / improvements**
- [Parallel] Fixed error message output issues when using seat licenses to run parallel web tests.
- [FS] Fixed the error that occurred when running duplicate tests.
- [FS] Error messages displayed when you run local tests from .mtbx files, are now clearly defined and more user-friendly.

# What's new in UFT One Azure DevOps extension - version 4.*
##### Release date: September 2022
This plugin update includes the following:
Expand All @@ -21,7 +36,7 @@ This plugin update includes the following:

#### Setup
1. Install this extension for the relevant Azure DevOps organization
2. From our [GitHub][repository]: Browse a specific **release** (latest: 4.0.1)
2. From our [GitHub][repository]: Browse a specific **release** (latest: 5.0.0)
3. From [Azure DevOps][azure-devops]: Have an agent set up (interactive or run as a service)
4. On your agent machine:
4.1. Download the resources provided by a specific release (UFT.zip, unpack.ps1 and optionally the .vsix file)
Expand Down
2 changes: 1 addition & 1 deletion UFTBuildTask/RunFromALMTask/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"author": "Micro Focus",
"version": {
"Major": 4,
"Major": 5,
"Minor": 0,
"Patch": 0
},
Expand Down
2 changes: 1 addition & 1 deletion UFTBuildTask/RunFromFileSystemTask/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"author": "Micro Focus",
"version": {
"Major": 4,
"Major": 5,
"Minor": 0,
"Patch": 0
},
Expand Down
1 change: 1 addition & 0 deletions UFTBuildTask/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tfx extension create --manifest-globs vss-extension.json
2 changes: 1 addition & 1 deletion UFTBuildTask/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "UFT-Azure-extension",
"name": "UFT One Azure DevOps extension",
"version": "4.0.1",
"version": "5.0.0",
"publisher": "uftpublisher",
"targets": [{
"id": "Microsoft.VisualStudio.Services",
Expand Down
Binary file not shown.

0 comments on commit 1f9d678

Please sign in to comment.