0

I want to start with playwright UI automation and I found out that the best approach is to use playwright test runner, which is inbuilt instead of Jest. But I am planning to integrate all my tests with TestRail in future.

I see that there are Node libraries to support jest integration with TestRail - link. But I am not sure about how we can integrate tests by using Playwright test runner with TestRail by skipping Jest altogether.Based on this, I would be deciding whether to use Jest as test runner or playwright test is enough. Any Ideas or examples would be highly appreciated. Thanks!

MN-17
  • 1
  • 2
  • The linked package seems not maintained. There is a feature request for it, so I'd recommend upvoting this one. You could also manually make the API calls to the testrail api, which some users are doing. ref: https://github.com/microsoft/playwright/issues/12879 – Max Schmitt Mar 19 '22 at 11:00

0 Answers0