The Kuika platform allows you to quickly test the web applications you develop. This feature allows you to effectively test the front-end and back-end components of your application.
What is a Run Process and How Does It Work?
In each Run process, the front-end and back-end parts of your application are rebuilt.
In the first Run, infrastructure setups are performed. This process may take a few minutes.
The test environment created with Run is active for 72 hours. This time is reset for each new Run operation.
Steps to Test a Web Application
Starting a Test Using the Run Button
Select the project from the Apps screen.
Click on the three dots in the Header section.
From Generate The App, select your project and the Web option.
Pop-up Blocker Setting
Disable the pop-up blocker in the browser. Otherwise the test tab will not open.
Application Preview and Header Information
After the run is complete, the application opens in a new browser tab.
The Header section contains the following:
Workspace and User Name: Shows your active workspace and user name.
API URL: Provides access to the API documentation. When you click the button, the Swagger URL is generated.
WEB URL: Provides the web link to the application in the test environment. You can share this link by copying it.
Hide Bar: Hides the header.
Points to Consider
Limitations During Preview:
Run, Run Settings, Publish and Run Settings Update buttons are disabled.
Changes in Designer Environment:
Page refresh, project change or login/logout operations do not affect the preview tab. However, session control can be done.
Refresh Preview:
You can use the last retrieved WEB URL to refresh the page.
Update Default Run Settings
Click on the three dots in the header.
Follow Preview > Gear Icon > Run Settings.
Make the necessary settings and click the Update button.
By following these steps, you can easily test your web application and speed up your development process.