We have around 2000 + UI test cases built using Selenium Java Test Ng and We wanted to migrate those test cases to Robot framework Playwright . but manual effort will not help to make quick migration of the code so need some help to find a way to migrate test cases using any script or tool for faster migration.
You could try to rework your code from java selenium to robot framework selenium first by doing some heurastics on your javacode that tries to convert java calls to seleniumlibrary and then using GitHub - Snooz82/robotframework-browser-migration …
But then again, if you need to ask, i doubt this will be any faster than doing manual work. Good luck.
Hello,
We have over 2000 UI test cases built using Selenium Java TestNG and want to migrate them to Robot Framework Playwright. Manual effort won’t suffice for quick migration. Could you suggest any scripts or tools to facilitate faster migration?