Skip to content

Commit

Permalink
RTE-Plugin minor release 3.1 (#414)
Browse files Browse the repository at this point in the history
* Updated dependencies

* RTE-Plugin v3.1

What's new on this minor release:

•Fix issue when sending Attention Key on non-fields screen.

•Add support for sending an attention key at a determined position. This feature is very useful for scenarios where screens aren't constituted by fields, and there is a menu waiting for an ENTER key to be pressed on the desired position.
In order to set the cursor position when building manually the TestPlan, would be adding a Position Input with the coordinates where we want to place the cursor, and then, is mandatory to set the value of the input, empty. The Recorder will do this automatically. For more information click here

•Fix issue when the sample name kept changing when sending inputs using VT420 protocol alongside with the Recorder.

Co-authored-by: RicardoPoleo <ricardo.poleo@cl.abstracta.us>
  • Loading branch information
Baraujo25 and rpoleo authored Aug 18, 2020
1 parent c32412d commit c8bf66d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions site/dat/repo/blazemeter.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,15 @@
"dm3270-lib>=0.12.3": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.0.1/dm3270-lib-0.12.3.jar",
"jVT220>=1.3": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.0.1/jVT220-1.3.jar"
}
},
"3.1": {
"changes": "Send attention key to a determined position, and some bug fix!",
"downloadUrl": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.1/jmeter-bzm-rte-3.1.jar",
"libs": {
"xtn5250>=3.2.1": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.1/xtn5250-3.2.2.jar",
"dm3270-lib>=0.12.3": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.1/dm3270-lib-0.12.3.2.jar",
"jVT220>=1.3": "https://github.com/Blazemeter/RTEPlugin/releases/download/v3.1/jVT220-1.3.1.jar"
}
}
}
},
Expand Down

0 comments on commit c8bf66d

Please sign in to comment.