TestComplete run test in Azure pipeline successfully but no result
I try to run a simple TestComplete UI test (open google in browser and search something), and run as part of Azure Pipelines, so I followed the documentation on "Run TestComplete Tests as Part of Pipeline"(Run TestComplete Tests as Part of a Pipeline | TestComplete Documentation (smartbear.com))
I created a pipeline, with self-hosted agent (also try it in interactive agent)
Added a "Visual Studio Test" task, using "Test assemblies", try to find all **\*.pjs files
The task did run successfully, it tries to run the .pjs files, and it did find "A total of 1 test files matched the specified pattern."
and it did publish the test result, create a test run, successfully.
But, it actually didn't run any test, 0/0 test has been executed. The test result is empty.
I have attached screen shot to help explain the issue.
I thank you in advance and appreciate any advice at this point.