pytest-test/config.py
tzuwei-huang f639c0b96a feat: sample of ci intergration (#1)
Co-authored-by: TzuWei <tzuwei.huang@ironyun.com>
Reviewed-on: #1
Reviewed-by: joy <joy224961632@gmail.com>
2025-09-05 00:36:28 +09:00

5 lines
149 B
Python

from pathlib import Path
base_dir = Path(__file__).resolve().parent
report_folder = base_dir / "Report"
junit_report_dir = base_dir / "test-reports"