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:
- ATS Framework at https://github.com/Axway/ats-framework
- ATS Test Explorer at https://github.com/Axway/ats-testexplorer
- ATS HTTP DB Logger at https://github.com/Axway/ats-httpdblogger
- ATS Distribution at https://github.com/Axway/ats-distrib
Contact ATS team at: ats.team @axway.com