Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTE-Plugin minor release 3.1 #414

Merged
merged 3 commits into from
Aug 18, 2020
Merged

Conversation

Baraujo25
Copy link
Contributor

What's new on this minor release:

  1. Fix issue when sending Attention Key on screens not constituted by fields. (TN5250 protocol)
  2. 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

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

rpoleo and others added 3 commits August 5, 2020 18:14
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.
@codecov
Copy link

codecov bot commented Aug 18, 2020

Codecov Report

Merging #414 into master will decrease coverage by 0.02%.
The diff coverage is 55.55%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #414      +/-   ##
============================================
- Coverage     69.37%   69.34%   -0.03%     
- Complexity     2571     2573       +2     
============================================
  Files           230      230              
  Lines         15462    15471       +9     
  Branches       1569     1571       +2     
============================================
+ Hits          10726    10729       +3     
+ Misses         3967     3953      -14     
- Partials        769      789      +20     
Impacted Files Coverage Δ Complexity Δ
...md/src/main/java/kg/apc/cmdtools/ReporterTool.java 24.61% <25.00%> (-1.58%) 13.00 <0.00> (ø)
.../src/main/java/kg/apc/jmeter/PluginsCMDWorker.java 55.50% <80.00%> (+0.57%) 39.00 <1.00> (+2.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 600fad2...9bd5c64. Read the comment docs.

@undera undera merged commit c8bf66d into undera:master Aug 18, 2020
3dgiordano added a commit to 3dgiordano/jmeter-plugins that referenced this pull request Oct 13, 2020
* New BlazeMeter plugin naming convention (undera#406)

Updated to new definition

* Release UbikLoadPack Video Streaming plugin 7.1.5 (undera#407)

Co-authored-by: pmouawad <p.mouawad@ubik-ingenierie.com>

* Add Jmeter Prometheus plugin (undera#408)

* Add Jmeter Prometheus plugin

Add Jmeter prometheus plugin as suggested here: johrstrom/jmeter-prometheus-plugin#82

I've removed markerClass and componentClasses from the same as I'm not sure what they should refer to.

* Update various.json

Added vendor, marker class and component classes

* Add jmeter.backendlistener.azure 0.2.3 release (undera#409)

Signed-off-by: Adrián Moreno <adrian@morenomartinez.com>

* HLS-Plugin v3.0.3 (undera#410)

This patch release includes:

• Fix Master-Slave issue, related to RMI mechanism used by JMeter when running that type of test.
• Improve URL recognition.

* Release UbikLoadPack Video Streaming Plugin 7.1.6 (undera#411)

* UbikLoadPack Video Streaming Plugin: Release 7.1.6

* Good version path

Co-authored-by: pmouawad <p.mouawad@ubik-ingenierie.com>

* RElease new webdriver plugin

* Updated dependencies (undera#412)

Co-authored-by: RicardoPoleo <ricardo.poleo@cl.abstracta.us>

* Added support for Gzip in response headers and modified PUT method (undera#413)

* Updated dependencies

* Added support for Gzip and modified put method

Added support for Gzip in response headers
Added data frame to PUT method

* Fixed JSON file

Co-authored-by: RicardoPoleo <ricardo.poleo@cl.abstracta.us>

* RTE-Plugin minor release 3.1 (undera#414)

* 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>

* Add HTTP Form Manager (undera#415)

* Remove Blockly Editor because it can edit scripts examples (undera#416)

Http Simple Table Server scripts examples can't be edited with Blockly so remove Blockly.

* Release 7.1.7 (undera#417)

Co-authored-by: pmouawad <p.mouawad@ubik-ingenierie.com>

* Bump junit from 4.12 to 4.13.1 in /infra/emulators (undera#418)

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: UBIK LOAD PACK <support@ubikloadpack.com>
Co-authored-by: pmouawad <p.mouawad@ubik-ingenierie.com>
Co-authored-by: Giovanni Paolo Gibilisco <gibbo87@gmail.com>
Co-authored-by: Adrián Moreno <adrian@morenomartinez.com>
Co-authored-by: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com>
Co-authored-by: Andrey Pokhilko <apc4@ya.ru>
Co-authored-by: Ricardo Poleo <ricardopoleo@gmail.com>
Co-authored-by: RicardoPoleo <ricardo.poleo@cl.abstracta.us>
Co-authored-by: Till Neunast <tilln@users.noreply.github.com>
Co-authored-by: vdaburon <vdaburon@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants