An open API service indexing awesome lists of open source software.

https://github.com/taitounited/taito-cli-test

Taito CLI integration test suite
https://github.com/taitounited/taito-cli-test

taito-cli

Last synced: 8 months ago
JSON representation

Taito CLI integration test suite

Awesome Lists containing this project

README

          

# Taito CLI tests

Taito CLI integration test suite based on [full-stack-template](https://github.com/TaitoUnited/full-stack-template/).

Taito CLI is tested by:

- Building and deploying this project normally using a CI/CD pipeline (see `cloudbuild.yaml`)
- Running a bunch of Taito CLI commands against a remote environment (see `test`)

These tests can be run on any environment as Taito CLI image and environment details (Cloud provider, Kubernetes, Postgres, etc.) are defined for the Google Cloud Build as build variables. If you want to use some other CI/CD for running the tests, just add an appropriate CI/CD script.