How can I change project type in Katalon studio?

  • close Katalon
  • navigate to the project folder with the file explorer (not from katalon) and locate the file your_project.prj
  • open it with a text editor and locate a line like this:
   <type>WEBSERVICE</type>
  • change it to:
   <type>WEBUI</type>
  • re-open your project in katalon