Hi,
Does anyone integrated Playwright + Cucumber BDD project in Visual Studio/Visual Studio code with the azure test plan?
The idea is to drive the feature files from the Azure test plan and execute BDD test cases from test plan through azure pipelines.
We have created pipeline in azure and can execute based on the Tag value.
But is there a way, we can run test cases from Azure Test plan itself?
Any useful links (or) tutorials that could help?
2 Likes
ivoqa
(Ivo T.)
26 January 2024 10:17
2
Hey @qaautomationcbi , welcome to MoT!
As for the answer, I don’t know but I would very much like to know too
The more precise question, in my view, would be:
can Azure Test plan’s Test Case be somehow linked to an automated test somewhere inside a repository / pipeline?
can a folder of Test Cases in Azure Test Plan be linked to an automated Test Suite?
1 Like
Hi,
Many Thanks for your reply.
We are trying to build automation framework.
The test case (Feature File) should be from Azure test plan and the Associated code (Playwright JavaScript/TypeScript) will be in the Visual Studio/VS Code.
We have created pipeline to run the test cases from pipeline but we need to run our test case from Azure test plan.
Hope this helps.
2 Likes
ipstefan
(Stefan Papusoi)
26 January 2024 18:03
4
Have you already checked this recent documentation?
Is that something that might work for you?
1 Like