v2.0
This release contains breaking changes, and requires a fresh deployment
- Download the CLI from v2.0 and install. Follow the deployment instructions here
This release includes following changes
-
Support for listening on multiple ports in test targets (#58)
-
Support for a list of swagger specifications (#62)
-
SwaggerLocationshas been renamedApiSpecificationsand allow use the of a URL or file path without need for explicitly stating whether location is URL of file path (#90) -
Use a "shell" to run commands in job definition and in tool configurations (#92)
-
Azure resources are given a unique name when the RAFT service is deployed #88 (#95)
-
The schema has been refactored to include
targetConfigurationas common configuration for test tasks (#94)
targetConfigurationcan includeApiSpecificationsand anendpointunder test
If a task sets it's owntargetConfigurationthen it overrides the global one -
Expose more
RESTlerconfiguration settings as part ofRunConfiguration(#98) -
Schema renames (#99)
testTargetConfigurationtotargetConfiguration
targetstoservices -
Script added to run all the samples
-
Dedicated results storage (#103)
All of the utils functionality (status tables, azure function blob storage) have been moved to utils storage -
Refactor RAFT specific code into separate libraries, thus simplifying onboarding of tools written in node-js or Python (#104)