From e8c1a194a9ef2bad45aa4df653b9b2e566f69959 Mon Sep 17 00:00:00 2001 From: Valery Petrov Date: Thu, 4 Jun 2026 12:52:28 +0300 Subject: [PATCH] issues/27: autotesting hooks documentation --- docs/autotesting.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/autotesting.md diff --git a/docs/autotesting.md b/docs/autotesting.md new file mode 100644 index 0000000..7ad7c14 --- /dev/null +++ b/docs/autotesting.md @@ -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).