Logo
Explore Help
Register Sign In
zlei6/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2026-07-05 19:08:38 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
d4147efc66688d2118f17bf1d867bf64faec0752
ragflow/test/playwright/helpers/debug_utils.py

7 lines
151 B
Python
Raw Normal View History

Feat: UI testing automation with playwright (#12749) ### What problem does this PR solve? This PR helps automate the testing of the ui interface using pytest Playwright ### Type of change - [x] New Feature (non-breaking change which adds functionality) - [x] Other (please describe): test automation infrastructure --------- Co-authored-by: Liu An <asiro@qq.com>
2026-03-02 13:04:08 +08:00
from test.playwright.helpers.env_utils import env_bool
def debug(msg: str) -> None:
if env_bool("PW_DEBUG_DUMP"):
print(msg, flush=True)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 207ms Template: 16ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API