Instead of trying to pass environment variables as part of the command to run. Save command line to a shell script file and then run the file with the shell.
Otherwise Linux shell replaces environment variable values before they get to the container.
Co-authored-by: stas <statis@microsoft.com>
- Enable combination of any RESTler tasks in one job config, thus running specified tasks on single container in succession
- Add new TaskCompleted event to provide more granular status notifications
Co-authored-by: stas <statis@microsoft.com>
* adjust deployment warning handling to newer az cli
* Fix deployment failure caused by updated az-cli
- AZ CLI prints "WARNING:" in front of the warning message now to std-out
Co-authored-by: stas <statis@microsoft.com>
* Support for listening on multiple ports in test targets (#58)
Co-authored-by: stas <statis@microsoft.com>
* Support for a list of swagger specifications (#62)
Co-authored-by: stas <statis@microsoft.com>
* SwaggerLocations renamed to ApiSpecifications and unify URL and FilePath (#90)
Co-authored-by: stas <statis@microsoft.com>
* Use "shell" only to run commands (#92)
Co-authored-by: stas <statis@microsoft.com>
* Make resource names unique #88 (#95)
Co-authored-by: Stas <stishkin@live.com>
* Refactor schema to include TestTargetConfiguration as common configuration for test tasks (#94)
- TestTargetConfiguration includes ApiSepcifications list, IP, port and host (all are optional)
- If task sets it's own TestTargetConfiguration, then it overrides the global one
Co-authored-by: stas <statis@microsoft.com>
* Expose more of RESTler configuration settings as part of Run Configuration (#98)
Co-authored-by: stas <statis@microsoft.com>
* Schema renames (#99)
* Rename:
testTargetConfiguration -> targetConfiguration
* Rename:
targets -> services
* Script to run all samples
Co-authored-by: stas <statis@microsoft.com>
* "dredd" integration with RAFT (#101)
Co-authored-by: stas <statis@microsoft.com>
* use endpoint for target under test configuration (#102)
Co-authored-by: stas <statis@microsoft.com>
* - dedicated results storage (#103)
- all of utils functionality (status tables, azure function blob storage) move to utils storage
Co-authored-by: stas <statis@microsoft.com>
* Refactor RAFT specific code into separate libraries, thus simplifying onboarding of tools written in node-js or Python (#104)
Co-authored-by: stas <statis@microsoft.com>
* Align docs with V2 changes (#105)
Co-authored-by: stas <statis@microsoft.com>
Co-authored-by: stas <statis@microsoft.com>
Co-authored-by: Marc <marc@greisen.org>