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-08-02 13:57:30 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
e9637c9f94b4b9875793f8a56320ed9a47d5cc06
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: 843ms Template: 2ms
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