9 Comments
User's avatar
damo's avatar

Thankyou for your kind reply - it is working now!!

Keep up the awesome articles :)

damian

Expand full comment
polo's avatar

Iam getting the error as No test points found for test case [31132] associated with test plan 31130 for configurations [14]

how to fix it , please help

Expand full comment
polo's avatar

Hello Iam not getting Configuration ID , and it is not getting mapped to my Test cases . Can you please help

Expand full comment
Abigail Armijo's avatar

Which is your organization and project?

Expand full comment
polo's avatar

Iam getting the error as

Iam getting the error as No test points found for test case [31132] associated with test plan 31130 for configurations [14]

how to fix it , please help

Expand full comment
Abigail Armijo's avatar

I think you need to check the configuration on test plan and the corrects ids for test plan, the token user, test case if you can you can send me some screenshot as private message

Expand full comment
jungle's avatar

If you want to take this to the next level, you can set it up to create a bug item in DevOps for every failed test https://www.npmjs.com/package/@solvexus/playwright-azure-bug-reporter

Expand full comment
damo's avatar

HI there, thank you for your article, its really good :)

I was hoping that you could help me, I keep getting this error:

azure:pw:warn No test points found for test case [372] associated with test plan 369 for configurations [11]

azure:pw:warn Check, maybe testPlanId or assigned configurations per test case, what you specified, is incorrect. +0ms

I have triple checked that the testplan >suite > case are linked and the ids are correct with the correct configuration id as you specified. The test case above is in a state of ready but unfortunately I cannot get the playwright script to update the test run results either locally or via the pipeline....

Have you got any other tips I could investigate?

Kind regards

Damian

Expand full comment
Abigail Armijo's avatar

Hi! The user name on

testRunConfig: {

owner: {

displayName: process.env.TEST_OWNER,

},

your azure Token, organization, project, test plan, test case, configuration, id should be correct

the configuration id is on:

https://dev.azure.com/{organization}/{project}/_apis/test/configurations

Expand full comment