I want to be able to easily convert page classes/methods and methods from the cheezy page-object gem for Ruby to the site-prism gem. Doing this manually will take more time, so I wanted to know if anybody implemented something that does this for you. If no existing repo meets this criteria, then any suggestions on what to use for making my own parser in this case?
Any other suggestions are welcome! Thank you in advance
Gem References:https://github.com/cheezy/page-object
https://github.com/site-prism/site_prism
I have done some pages manually using the replace functionality of my IDE. The syntax of both of the gems is very similar, but different enough that it takes a significant amount of time to convert a single page.
I've looked up any existing parsers that would convert the Ruby files - found nothing.