Skip to content

SAP Community Code Challenge: This repository contains an empty OpenUI5 application and end-to-end tests written with wdi5. Take part in the challenge and develop an app that passes the tests.

License

Notifications You must be signed in to change notification settings

SAP-samples/sap-community-code-challenge-ui5

SAP Community Code Challenge - UI5

REUSE status Visits Badge Updated Badge

Contributors Display

The change log describes notable changes in this package.

Description

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.

Participation

Complete the following steps to take part in the challenge:

  1. Fork this repository.
  2. Clone the forked repository into your development environment.
  3. Execute npm install to install the project's dependencies.
  4. Execute npm start to start the web server.
  5. Read the tests and try to understand what they test for. What kind of pages and controls do they expect?
  6. Develop the OpenUI5 app to make the tests pass (execute npm run test to run the tests locally during development).
  7. Once the tests pass, push your changes to your forked repository on GitHub.
  8. Open a pull request to the base repository. This will automatically trigger the execution of the tests via a GitHub action.
  9. 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 😉

Requirements

Node.js version 14.x or 16.x (https://nodejs.org/en/download/).

Download and Installation

See Participation.

Known Issues

No known issues.

How to obtain support

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.

Contributing

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.

License

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.

About

SAP Community Code Challenge: This repository contains an empty OpenUI5 application and end-to-end tests written with wdi5. Take part in the challenge and develop an app that passes the tests.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published