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
Description:
When running multiple tests concurrently using the script, there seems to be interference among the test cases. For example, Test A is obtaining the execution result of Test B, and vice versa. This interference is causing inaccurate test results.
Steps to Reproduce:
Execute multiple test cases simultaneously using the script.
Observe the unexpected interference in the test results.
Expected Behavior:
Each test case should run independently without affecting the results of other concurrent tests.
Actual Behavior:
Tests interfere with each other, leading to incorrect results.