Skip to content

isabella232/wats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Acceptance Tests (WATs)

Angkor Wat

Running the tests

Test Setup

To run the Windows Acceptance tests, you will need:

  • a running CF instance
  • credentials for an Admin user
  • an environment variable CONFIG which points to a .json file that contains the application domain
    • an example configuration can be found here

NOTE: The secure_address must be some inaccessible endpoint from any container, e.g., a BOSH director endpoint

Running the tests

./scripts/run_wats.sh ./scripts/integration_config.json

or

CONFIG=<path-to-config.json> ginkgo -r

Self signed certificates

If you are running the tests with version newer than 6.0.2-0bba99f of the Go CLI against an environment using self-signed certificates, add the following:

  "skip_ssl_validation": true

to your config file as well.

About

Windows Acceptance Tests

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 55.9%
  • C# 32.5%
  • C++ 5.8%
  • Shell 2.7%
  • C 1.8%
  • Batchfile 1.1%
  • Classic ASP 0.2%