2 Commits

Author SHA1 Message Date
Valery Petrov 31a0ae75d5 issues/27: docs.test.sova.local ingress on test contour 2026-06-04 13:19:02 +03:00
Valery Petrov e8c1a194a9 issues/27: autotesting hooks documentation 2026-06-04 12:52:28 +03:00
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
ingress:
host: docs.sova.local
host: docs.test.sova.local
image:
tag: docs-v1.0.8-test
pullPolicy: IfNotPresent
+7
View File
@@ -0,0 +1,7 @@
# Autotesting (issues/27-test)
Pre-deploy tests run in app repos on tags `*-test` and `*-stage` only.
Post-deploy E2E: repository `sova/sova-e2e`, workflow `e2e-tests.yml` after Argo CD sync.
See `sova/docs` → [Автотестирование](http://git.sova.local:30300/sova/docs/src/branch/issues/27-test/infrastructure/autotesting).