test(observability): add production page smoke check
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -60,6 +60,14 @@ Guard 會檢查:
|
||||
|
||||
### 2. Production 10 頁 HTTP 巡檢
|
||||
|
||||
建議使用 repo 內建腳本:
|
||||
|
||||
```bash
|
||||
python3 scripts/check_observability_pages.py
|
||||
```
|
||||
|
||||
或透過 quick review 選單執行第 7 項。
|
||||
|
||||
```bash
|
||||
python3 - <<'PY'
|
||||
import urllib.request
|
||||
|
||||
Reference in New Issue
Block a user