How to run test with html page

I have to run tests on html pages to avoid navigation to browser URL.

For example:
- I have html page with elements to test (it’s stored on local machine)
- I have to run it in Google Chrome

How should I configure Katalon Studio for that?

I’ve never tried to do it but, can’t you use the “file:” protocol?

Timur said:

I have to run tests on html pages to avoid navigation to browser URL.

For example:
- I have html page with elements to test (it’s stored on local machine)
- I have to run it in Google Chrome

How should I configure Katalon Studio for that?

You need to pass your HTML page location using file:// approach, example:
WebUI.openBrowser(``'file:///D:/Development/index.html'``)