Skip to content

Commit 3ef6a91

Browse files
author
nicogeburek
committed
update links
1 parent b5ad580 commit 3ef6a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
The [change log](/CHANGELOG.md) describes notable changes in this package.
1010

1111
## Description
12-
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](/webapp/test/e2e/) written with [wdi5](https://js-soft.github.io/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](https://en.wikipedia.org/wiki/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](https://blogs.sap.com/2022/02/12/the-king-is-dead-long-live-the-king-wdi5-as-uiveri5-successor/) in the future.
12+
This repository is the starting point for the SAP Community Code Challenge for UI5 (see [SAP Community Coffee Corner thread](https://groups.community.sap.com/t5/coffee-corner/sap-community-code-challenge-testing-ui5-apps-with-wdi5/td-p/5229) and [corresponding blog post](https://blogs.sap.com/2022/06/08/sap-community-code-challenge-testing-ui5-apps-with-wdi5/)). The repository contains an empty OpenUI5 project and a series of [end-to-end tests](/webapp/test/e2e/) written with [wdi5](https://js-soft.github.io/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](https://en.wikipedia.org/wiki/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](https://blogs.sap.com/2022/02/12/the-king-is-dead-long-live-the-king-wdi5-as-uiveri5-successor/) in the future.
1313

1414
## Participation
1515
Complete the following steps to take part in the challenge:
@@ -22,7 +22,7 @@ Complete the following steps to take part in the challenge:
2222
1. Develop the OpenUI5 app to make the tests pass (execute `npm run test` to run the tests locally during development).
2323
1. Once the tests pass, push your changes to your forked repository on GitHub.
2424
1. Open a pull request to the base repository. This will automatically trigger the execution of the tests via a [GitHub action](/.github/workflows/wdi5-tests.yml).
25-
1. Copy the URL of your pull request and paste it into the [SAP Community Coffee Corner thread]().
25+
1. Copy the URL of your pull request and paste it into the [SAP Community Coffee Corner thread](https://groups.community.sap.com/t5/coffee-corner/sap-community-code-challenge-testing-ui5-apps-with-wdi5/td-p/5229).
2626

2727
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 😉
2828

0 commit comments

Comments
 (0)