-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
As a contributor, I want the unit tests to run in the Jenkins build job so that I have early warning about code changes that break the Provisioner.
Problem: The current unit tests encode VersionOne URL and LDAP URLs in app.config, assuming the services are already running under those URLs.
Solution: Provision the Test Environment from Issue #6 and use those disposable VMs for testing.
Bonus: Figure out how to provision efficiently so builds are quick. Do we need to leave an environment running?