SteeltoeOSS / InitializrConfig

Configuration store for Steeltoe.Initializr.ConfigServer
Apache License 2.0
0 stars 3 forks source link

trigger a system test of the Initializr API upon a config change #76

Closed ccheetham closed 3 years ago

ccheetham commented 3 years ago

When SteeltoeInitializr.yaml changes are pushed to a branch, a system test against the InitializrApi associated with the branch should be triggered/run.

ccheetham commented 3 years ago

These tests hit the InitializrApi servers in the staging and production clusters.

For each (steeltoe version, dotnet framework, dependency) combination:

Future tests could add contextual tests, e.g. ensure a dependency has an expected package reference added to project.

Future tests could test the Web interface.