Skip to content
Snippets Groups Projects
Unverified Commit 5f6abc1b authored by rhenck's avatar rhenck Committed by GitHub
Browse files

Update README.md

Improve details in README
parent a5cbd18a
No related branches found
No related tags found
No related merge requests found
Pipeline #19340 passed with warnings
...@@ -32,11 +32,8 @@ make init-dev-config ...@@ -32,11 +32,8 @@ make init-dev-config
make run make run
make stop make stop
``` ```
###### Run tests
```
make test
```
###### The 2 types of tests can also be run separately. ###### The 2 types of tests can also be run separately.
*For those to work the containers have to be running.*
``` ```
make test-unit make test-unit
make test-e2e make test-e2e
...@@ -57,7 +54,7 @@ Find the compiled app in src folder and open in Browser or serve with `ng serve` ...@@ -57,7 +54,7 @@ Find the compiled app in src folder and open in Browser or serve with `ng serve`
## Development ## Development
### Coding Standards ### Coding Standards
We are using ESLint with the [airbnb](https://github.com/iqb-berlin/testcenter-setup) coding standard as base. We are using ESLint with the base or [airbnb](https://www.npmjs.com/package/eslint-config-airbnb) with our [own rules](https://www.npmjs.com/package/@iqb/eslint-config) on top.
## Bug Reports ## Bug Reports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment