check-tests icon indicating copy to clipboard operation
check-tests copied to clipboard

Playwright automated tests are not being linked with manual tests with the same name

Open denyskolopelnyk opened this issue 2 years ago • 2 comments

Describe the bug Upon importing automated tests from Playwright to the project with manual tests with the same names as auto tests, it can be noticed that the manual and automated tests do not match the corresponding manual tests.

To Reproduce Steps to reproduce the behavior:

  1. Create a classic project with a manual test with a set name
  2. Import Playwright test with the same name

Expected behavior Manual and automated test cases merge

Actual behavior Tests stay separated

Desktop (please complete the following information):

  • OS: macOS 13.5.2 (22G91)
  • Browser Chrome
  • Browser Version 116.0.5845.187
  • Application: production

denyskolopelnyk avatar Sep 27 '23 13:09 denyskolopelnyk

https://app.crisp.chat/website/4192ab4e-8b76-4b7e-a8c4-ea66dea249e7/inbox/session_9e067a1f-bdf7-48f8-ac31-f9c560eb2194/

poliarush avatar Sep 27 '23 16:09 poliarush

Hi @denyskolopelnyk , why do you think test sync operation should override test cases based on title? I can see a potential problem here for manual tests cases that should remain manual. Have you tried assigning manual test case id to a test case in code before you run test sync operation?

tikolakin avatar Sep 29 '23 15:09 tikolakin