The change log describes notable changes in this package.
This repository is the starting point for the SAP Community Code Challenge for UI5 (see SAP Community Coffee Corner thread and corresponding blog post). The repository contains an empty OpenUI5 project and a series of end-to-end tests written with wdi5. In order to take part in the challenge it is your job to develop the OpenUI5 app and make the tests pass (following the process of test-driven development). The purpose of the challenge is to get familiar with the wdi5, which will be UI5's official end-to-end testing framework in the future.
Complete the following steps to take part in the challenge:
- Fork this repository.
- Clone the forked repository into your development environment.
- Execute
npm install
to install the project's dependencies. - Execute
npm start
to start the web server. - Read the tests and try to understand what they test for. What kind of pages and controls do they expect?
- Develop the OpenUI5 app to make the tests pass (execute
npm run test
to run the tests locally during development). - Once the tests pass, push your changes to your forked repository on GitHub.
- Open a pull request to the base repository. This will automatically trigger the execution of the tests via a GitHub action.
- Copy the URL of your pull request and paste it into the SAP Community Coffee Corner thread.
As this challenge focuses on test-driven development and the wdi5 testing framework, there are no requirements in terms of what your application has to looks like or its content, as long as it passes the tests. Feel free to get creative and build the application you always wanted to build, but don't edit the tests 😉
Node.js version 14.x or 16.x (https://nodejs.org/en/download/).
See Participation.
No known issues.
Create an issue in this repository if you find a bug or have questions about the content.
For additional support, ask a question in SAP Community.
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses the standard DCO text of the Linux Foundation.
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.