You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(reports): use mktemp for parallel-safe HTML report temp file
The fixed filename temp_test_cases.txt caused race conditions when
running tests in parallel mode, leading to "No such file or directory"
errors when multiple subprocesses accessed the same file.
0 commit comments