pepsizerosugar / newman-reporter-csvallinone

CSV Reporter for newman API Test
MIT License
1 stars 0 forks source link

0.5.1 #5

Closed pepsizerosugar closed 2 years ago

pepsizerosugar commented 2 years ago

0. Change Log

version 0.5.1 (2021.10.25)

1. Fixed parsing Auth params (again & again)
    1-1. Fixed duplicate parsing betweeen parameters and auth parameters
2. Edited parsing cURL method
    2-1. Change the data type to match the cURL syntax.
        1. graphql
        2. file
        3. urlencoded
        4. formdata
        5. raw
        ex) --data-raw -> --form / --urlencode...
3. Edited parsing Body method
    3-1. Change parsing type to match the each body type
        1. graphql
        2. file
        3. urlencoded
        4. formdata
        5. raw
4. Edited parsing entities methods
    4-1. Separted each parsing entities methods
        ex) caseName, responseTime...
5. Edited parsing header method
    5-1. Change to parsing with Content-Type header (for cURL)

after version (working)

1. Refactor code for more functionality
2. More parsing folderName in over 2 depth