-
-
Notifications
You must be signed in to change notification settings - Fork 747
Is there some kind converters for all testing syntaxes like Puppeteer or Selenium or Playwright? #4934
-
Hello everyone, I am a newcomer here, looking for a good framework to start for covering my project, CodeceptJS has a good support and good comunity, therefore it's a good choice. But I was wondering is there some way to convert a code between popular frameworks to codeceptJS syntax?. For example if I have my tests written using Puppeteer or Selenium syntax, is there a way to convert them somehow into a CodeceptJS syntax?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
The one can be done using modern AI features
However, its quality really depends on the tests you are trying to convert
- did you use page objects?
- how complex is your custom code around the framework
And so on...
Could you tell more details about your project, show the simple test, and page objects if possible?
That can give understanding how it can be converted via AI
Beta Was this translation helpful? Give feedback.