facing issue while integrating Testcomplete with Azure devops
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
facing issue while integrating Testcomplete with Azure devops
getting below warning as in the screenshot, No test sources found matching the given filter '**\WSLCB.pjs'
My repository hierarchy in below screenshot and i want WSLCB.pjs to be executed in the pipeline
i am using azure pipeline with MS Hosted agent and source control as Git and below are the screenshots.
We have followed all possible ways as mentioned in smartbear tutorial but issue still not resolved. Can someone please help
Regards,
Snehal
Solved! Go to Solution.
- Labels:
-
Integrations
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you check that the project downloaded from your repository, is the full project?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes it is a full project. Please find below screenshots.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, I meant the agent. The agent, would have downloaded the project to a specified location e.g. c:\azagent\_work\_temp etc. - does this contain the full project?
Is there an output log that you we can see?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is a Microsoft Hosted agent and we haven't accessed the hosted agent since that was setup by our pipeline architect
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's going to be difficult to diagnose the issue if you can't gain access, to verify things.
In an other post, https://community.smartbear.com/t5/TestComplete-Questions/TestComplete-run-test-in-Azure-pipeline-su... they've provided log files.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you have TestComplete or TestExecute installed?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
> We have followed all possible ways as mentioned in smartbear tutorial
Just to double-check - have you carefully went through this documentation section: https://support.smartbear.com/testcomplete/docs/working-with/integration/azure/test-adapter/index.ht... ?
Unless the root of the problem is in TestComplete/TestExecute not been installed on the agent machine (as it was noted by @rraghvani), I would check how TC Test Adapter is configured. (You did not provided screenshot for it.)
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I think the issue is the Git repository has an extra folder that the testcomplete tests are stored in.
so in the test assemblies step it should be /WSLCB/*.pjs
* I cant see if the .pjs is stored in the WSTEST or WSLCB folder. My recommendation above is if its in the WSLCB folder, if its in the WSTest folder - make the test assemblies look like /WSLCB/WSTest/*.pjs
🙂 Hope this helps!
