# ui5-automation-framework **Repository Path**: mirrors_SAP/ui5-automation-framework ## Basic Information - **Project Name**: ui5-automation-framework - **Description**: End-to-end test framework for UI5 applications. It uses UI5 structure and renders simplicity and ease of use for UI5 Automation. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://img.shields.io/badge/STATUS-NOT%20CURRENTLY%20MAINTAINED-red.svg?longCache=true&style=flat) # Important Notice This public repository is read-only and no longer maintained. # UI5 Automation Framework End-to-end test framework for UI5 applications. It uses UI5 structure and renders simplicity and ease of use for UI5 Automation. The UI5 Automation Framework comprises of two components- * UI5 Automation Designer-chrome extension to design the automation scripts * UI5 Automation Runner- to run the automation scripts How to use UI5 Automation Designer - See how How to use UI5 Automation Runner - See how ---- ### Requirements It requires * [NodeJS](https://nodejs.org/) v6.0.0 or higher * [Java](https://java.com/en/) version 1.7 or higher --- ### Download and Installation __Install UI5 Automation Designer__ * Go to chrome web store in your chrome browser * Search for UI5 Automation Designer * Look for the extension icon in the extension list * Click on Add to Chrome __Install UI5 Automation Runner__ * Create a folder and open command prompt ```sh $ cd ``` * Use npm to install ```sh $ npm install --save https://github.com/SAP/ui5-automation-framework ``` If the above approach fails then use this ```sh git clone https://github.com/SAP/ui5-automation-framework cd ..\ui5-automation-framework\protractor npm install node bin\webdriver-manager update cd ..\ui5-automation-framework\coverage npm install ``` * Run the sample UI5-Example. * Run the below command ```sh $ cd /node_modules/ui5-automation-framework/UI5Example $ node /node_modules/ui5-automation-framework/protractor/bin/protractor conf.js ``` * If the browser launches and executes the sample script, Hurray!!!! the set up is succesfully complete. --- ### Known Issues No known issues --- ### How to obtain support Please ask questions in the project's GitHub issues area --- ### License Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE file](https://github.com/SAP/ui5-automation-framework/blob/master/LICENSE)