Test suite collection not showing all run with options

In a test suite collection is not possible to change the Run with environments. It shows only Web Service option though the test is done in a web browser or a mobile device.

What is the project type ? It needs to be Web not Web Service.

1 Like

You are completely right, my apologies, I just created a new project as Web. Is there a way to change the project type or I must create a new one and copy everything?

close katalon.
navigate to your project folder.
edit the PROJECTNAME.prj file
change the

   <type>WESERVICE</type>

line to:

   <type>WEBUI</type>

reopen your project in katalon, now should be displayed with the web view

It worked, Thanks a lot.
I believe that for web services I have to create a different project, but so far I can live with that :wink:

You can create a project of type Generic.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.