chore: add automated staging smoke helper

This commit is contained in:
a.tolmachev
2026-04-07 12:51:09 +03:00
parent b26ab3d85c
commit a8aaf65918
6 changed files with 147 additions and 5 deletions
+6
View File
@@ -130,3 +130,9 @@ npm run e2e
```bash
just ui-e2e
```
Для post-deploy smoke:
```bash
just staging-smoke https://<domain>
```