Skip to content

ATS TestExplorer Docker Image - used for work with external logging DB

License

Notifications You must be signed in to change notification settings

Axway/ats-testexplorer-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub version License

ATS TestExplorer image - for container deployments

A container image with deployed ATS Test Explorer and ATS HTTP DB Logger. To be used in a testing (non-production) environment. An external DB should be configured for usage.

Documentation is available at https://axway.github.io/ats-testexplorer/Test-Explorer---Using-the-ATS-Test-Explorer-Docker-Image.html

Download location and current versions could be checked at https://hub.docker.com/r/axway/ats-testexplorer/

Environment variables expected for use with remote DB:

  • DB_TYPE - Database vendor. Supported values: PGSQL or MSSQL
  • DB_STATE - Database action. Supported values: install, upgrade, reuse
  • DB_HOST - Database host (IP or name) to be connected.
  • DB_PORT - Database port to be used for connection. Defaults: 5432 for PGSQL and 1433 for MSSQL DB types.
  • DB_NAME - TestExplorer database name to be created, upgraded or re-used.
  • DBA_USER - Username of the power user who has permissions to check available DBs and install new one on the target DB host.
  • DBA_PASS - Password of the power user.
  • DB_TE_USER - Username to be created/used for connection to the TestExplorer DB.
  • DB_TE_PASS - Password to be used for connection to the TestExplorer DB.

Other related projects:

Contact ATS team at: ats.team @axway.com