gianlucamangiapelo / wdio-azure-devops-service

Custom WDIO service to publish WebdriverIO results on Azure DevOps Test Plans.
MIT License
8 stars 5 forks source link

Feature Request: support Jasmine #5

Open gianlucamangiapelo opened 2 years ago

gianlucamangiapelo commented 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.

Original reference: https://github.com/gianlucamangiapelo/wdio-azure-devops-service/issues/4#issuecomment-1239489802