Skip to content
Snippets Groups Projects
Commit 4f5abe9d authored by Anders Høvik's avatar Anders Høvik
Browse files

Merge branch 'main' into feature/history-endpoint

parents 0a322725 d6c2dab3
No related branches found
No related tags found
1 merge request!86Feature/history endpoint
Pipeline #283708 passed with warnings
...@@ -65,7 +65,7 @@ npm run test:e2e ...@@ -65,7 +65,7 @@ npm run test:e2e
npm run lint npm run lint
``` ```
## Using test data ## Test users
For easy use of the web application we have provided a set of test users that can be used. For easy use of the web application we have provided a set of test users that can be used.
#### Regular user #### Regular user
...@@ -100,6 +100,26 @@ The BankID service uses a set of pre-generated test users provided by Signicat. ...@@ -100,6 +100,26 @@ The BankID service uses a set of pre-generated test users provided by Signicat.
```sh ```sh
qwer1234 qwer1234
``` ```
## Test bank accounts
The current application uses mocked bank data to transfer money between savings and checking accounts. We provide a set of Basic Bank Account Numbers (bban) that can be used:
- **Account 1**
```sh
12073650567
```
- **Account 2**
```sh
12097256355
```
- **Account 3**
```sh
12032202452
```
- **Account 4**
```sh
12041281683
```
## Contributors ## Contributors
The individuals who contributed to the project: The individuals who contributed to the project:
- Anders Høvik - Anders Høvik
......
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