README update (project policy) (#3006)
* added project policy * renamed project policy to data processing * fixed issue with braces Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
07b6053a91
commit
c902989114
1 changed files with 9 additions and 5 deletions
10
README.md
10
README.md
|
@ -14,7 +14,7 @@ You can find out which version of Node.js you are using by running the following
|
||||||
node --version
|
node --version
|
||||||
```
|
```
|
||||||
|
|
||||||
In order to run the Keycloak server you will also have to install the Java Development Kit (JDK). We recommend that you use the same version of the JDK as [required by the Keycloak server]((https://github.com/keycloak/keycloak/blob/main/docs/building.md#building-from-source)).
|
In order to run the Keycloak server you will also have to install the Java Development Kit (JDK). We recommend that you use the same version of the JDK as [required by the Keycloak server](https://github.com/keycloak/keycloak/blob/main/docs/building.md#building-from-source).
|
||||||
|
|
||||||
### Running the Keycloak server
|
### Running the Keycloak server
|
||||||
|
|
||||||
|
@ -106,7 +106,6 @@ This repository contains integration tests developed with the [Cypress framework
|
||||||
|
|
||||||
Ensure the Keycloak and development server are running as [outlined previously](#running-the-keycloak-server) in this document.
|
Ensure the Keycloak and development server are running as [outlined previously](#running-the-keycloak-server) in this document.
|
||||||
|
|
||||||
|
|
||||||
### Running the tests
|
### Running the tests
|
||||||
|
|
||||||
You can run the tests using the interactive graphical user interface using the following command:
|
You can run the tests using the interactive graphical user interface using the following command:
|
||||||
|
@ -116,6 +115,7 @@ npm run cy:open
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively the tests can also run headless as follows:
|
Alternatively the tests can also run headless as follows:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run cy:run
|
npm run cy:run
|
||||||
```
|
```
|
||||||
|
@ -127,6 +127,10 @@ For more information about the Cypress command-line interface consult [the docum
|
||||||
You can find information about the project structure in the [official Cypress documentation](https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Folder-structure).
|
You can find information about the project structure in the [official Cypress documentation](https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Folder-structure).
|
||||||
Read more about [how to write tests](./cypress/WRITING_TESTS.md)
|
Read more about [how to write tests](./cypress/WRITING_TESTS.md)
|
||||||
|
|
||||||
|
## Data processing
|
||||||
|
|
||||||
|
Red Hat may process information including business contact information and code contributions as part of its participation in the project, data is processed in accordance with [Red Hat Privacy Statement](https://www.redhat.com/en/about/privacy-policy).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
* [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
|
Loading…
Reference in a new issue