A simple library that uses the VSTS REST API to retrieve configuration values for Test Management Test Configurations in VSTS for use in tests at runtime.
Just writes out all of the nuget powershell variables.
Also writes out to the %temp%\NuGetPSVariables directory three log files:
* nuget.variables.init.ps1.log
* nuget.variables.install.ps1.log
* nuget.variables.uninstall.ps1.log
Add Elastic Beanstalk Environment Properties to environment variables.
This package was built from the source code at https://github.com/RockLib/RockLib.ElasticBeanstalk/tree/efdf520553acdb9e963eb5ceb4b10cf43262e0de
Library for reading configuration from multiple sources in .NET. Current sources are in memory properties, app settings file, environment variables and command line arguments. It is also possible to implement your own configuration sources (like database, consul, etcd, etc.)
An enhancement to Specflow DSL to be able to use dynamic test data in specflow steps by bringing in variables, regular expressions and simple calculations.
**Examples**:
- Create dynamic test data and refer it in another step
When enter [[var=50]] //assign 50 to a variable named "var"
Then...
More information
This package represents Configuration.EnvironmentVariables adapter for AnyWhere configuration engine. Please visit https://github.com/coherentsolutionsinc/anywhere-configuration/wiki/EnvironmentVariables-Adapter for details.
Vetcher is a multiple container variable lookup utility with build-in providers for AWS Secrets, Environment Variables, AppSettings, and Static definitions
Adds environment settings to the configuration and provides a mechanism to provide environment specifc defaults. This has been extremely useful to me when building services that are hosted with docker in services such as kubernetes and ECS where environment variables are the easiest way to...
More information