cancel
Showing results for 
Search instead for 
Did you mean: 

Test the SAP UI5 app before deploying ...no index.html file

BODHISATTWA__20
Participant
0 Kudos

I created a basic UI5 application .I want to test it before deploying it .I created a run configuration .But the only issue is that it did not give me the option of running the index.html file .Rather it gave me the some other option .All the tutorial it shows that there is an option for running the index.html file .

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello bodhisattwa.pal2 ,

currently there is no way to select the HTML file, when creating a run configuration. But we are working on improving the run configuration creation, and hope to be able to provide something soon.

Meanwhile you can do the following in order to start the application with the index.html file. If you check the package.json of your application, you will see different scripts defined. Each script can be used to start the application with different configuration. E.g. the script start-noflp starts the application with the index.html file. In order to start the script you need to open a terminal in the root folder of your project (where the package.json is) and then execute npm run start-noflp.

Hope this helps!

Best regards,

Zdravko