4 Comments

I Am glad that is working. What was the issue?

Expand full comment

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

Keep up the awesome articles :)

damian

Expand full comment

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

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