Show TOC

Run the AppLocate this document in the navigation structure

SAP Web IDE comes with integrated testing features that let you run the app on a central server without having to set up any additional infrastructure. You can run the app by selecting the src/index.html file and clicking the run button in the header toolbar.

This launches the app on a central server and a testing tool that allows you to configure the screen size and orientation of the device. This feature can be used to test apps that are specifically targeted for mobile, tablet, and desktop devices. You can change the resolution and the orientation in the header bar very easily.

If you don't want to run the app in the testing tool, you can adjust the Run Configurations for the project:

  1. Right-click the project folder and select the menu entry Project Settings.

  2. Configure the run configuration New Web Application (it is created automatically when you first run the app or create a new run configuration).

  3. Remove the checkmark from the Open With Frame option to launch the app in full-screen mode.