Open gianlucamangiapelo opened 2 years ago
In jasmine framework the test title is not propagated on the test object, that is used to parse the test case id.
Update the parse function to use also test.description in case the test.title is missing.
test.description
test.title
Original reference: https://github.com/gianlucamangiapelo/wdio-azure-devops-service/issues/4#issuecomment-1239489802
In jasmine framework the test title is not propagated on the test object, that is used to parse the test case id.
Update the parse function to use also
test.description
in case thetest.title
is missing.Original reference: https://github.com/gianlucamangiapelo/wdio-azure-devops-service/issues/4#issuecomment-1239489802