Releases: Optimizory/vrest-ng-evaluation
v1.9.1
vREST NG v1.9.1 release
vREST NG v1.9.1 release includes various functional enhancements and bug fixes. Some more exciting features are down the line. So stay tuned. Contact us with your enterprise testing needs and you will find your feature requests in the upcoming releases.
New Features/Improvements
- Stored Test data is now more concise and easier to review.
- Recorder now sets some meaningful summary using URL automatically during the recording process.
- Inbuilt Recorder - added
Request Method Filters
andExclude Pattern Filters
to fine-tune the requests for recording. - Option added to skip the current test suite if there is an error in the associated tests during Test Run execution.
- Save Button for editor will now indicate if you have changed something in the editor content.
Bug Fixes
- HTTPS requests related issues fixed due to proxy.
- Errors resolved while saving results of a non-runnable test in the vREST NG Dashboard Service.
v1.9.0
vREST NG v1.9.0 release
vREST NG v1.9.0 release includes various functional enhancements and bug fixes. Some more exciting features are down the line. So stay tuned. Contact us with your enterprise testing needs and you will find your feature requests in the upcoming releases.
New Features/Improvements
- Stored Test data is now more concise and easier to review.
- Recorder now sets some meaningful summary using URL automatically during the recording process.
- Inbuilt Recorder - added
Request Method Filters
andExclude Pattern Filters
to fine-tune the requests for recording. - Option added to skip the current test suite if there is an error in the associated tests during Test Run execution.
- Save Button for editor will now indicate if you have changed something in the editor content.
Bug Fixes
- HTTPS requests related issues fixed due to proxy.
- Errors resolved while saving results of a non-runnable test in the vREST NG Dashboard Service.
v1.8.0
vREST NG v1.8.0 release
vREST NG v1.8.0 release includes various major functional enhancements like spec driven testing, inbuilt test recorder etc., and various bug fixes. Some more exciting features are down the line. So stay tuned. Contact us with your enterprise testing needs and you will find your feature requests in the upcoming releases.
New Features/Improvements
- Introducing Spec driven testing by specifying the API Specification file within the tool. [Learn More] (https://ng.vrest.io/docs/app/specifications/)
- API Coverage Report added to easily identify the coverage of your APIs.
- In-built recorder functionality added to record the API tests.
- Export executed request in CURL and various other languages
- Ignore schema validations by setting config option
ignoreSchemaValidations
to true inconfig.json
file. - Test Suite scoped data and variables introduced through
$data
key in thetestsuites.json
file. - Open to stop test execution on first error or after n errors
xunit
report now contains information about API endpoint after variable resolution.- Added zoom in/out to increase the zoom level to 110%.
- Now you may re-arrange the test suites from the
Test Suites
section
Bug Fixes
- Modifying the test suite name was resetting the description field in UI.
- Unicode Characters related to various bug fixes
- Login issue related to the Dashboard service resolved.
- Bug fixed related to the detection of XML response.
- HTTPS requests with proxy related bug fixed.
- Bug fixed related to import of swagger file with
Template Driven Tests
option
v1.7.2
Initial commit