FSchumacher opened a new pull request, #5869:
URL: https://github.com/apache/jmeter/pull/5869

   ## Description
   
   Add more variables to the mini template language to name samplers when 
recording a test via HTTPS Script recorder
   
   The new variables are
    * method - HTTP method of the request
    * host   - host of the URL recorded (called domain in the sampler)
    * scheme - scheme of the URL recorded (called protocol in the sampler)
    * port   - port of the URL recorded
    * url    - URL as recorded
   
   ## Motivation and Context
   
   In Issue #5820 a user asked to provide more variables, specifically the 
`url`. 
   
   ## How Has This Been Tested?
   
   Added a unit test
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Delete as appropriate 
-->
   - New feature (non-breaking change which adds functionality)
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   - [x] My code follows the [code style][style-guide] of this project.
   - [x] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to