Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
romandykyi committed Dec 10, 2023
2 parents e84d671 + 312a7fb commit f2eeec5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ Username: ```admin```

Password: ```Chang3M3InProduct10nPlz!```

## Fake Data Generation

To streamline the testing and development process, our project includes a "Fake Data Generation" feature. You can generate test data by running the following command:

```
dotnet run --fakedata
```

This feature utilizes the `Bogus` library to create random data, ensuring that you have a realistic test environment for your application. However, please be aware that this functionality is not intended for use in production environments.

**Note:** Duplicate data will may be generated if test entities are removed. If the existing test data remains untouched, executing this command won't result in duplicate records, ensuring data consistency during testing. Please be aware that running this command may increase the application's launch time due to the data generation process.

## Test users

#### Student
Expand All @@ -81,3 +69,15 @@ Password: ```Password1!```
Username: ```teacher```

Password: ```Password1!```

## Fake Data Generation

To streamline the testing and development process, our project includes a "Fake Data Generation" feature. You can generate test data by running the following command:

```
dotnet run --fakedata
```

This feature utilizes the `Bogus` library to create random data, ensuring that you have a realistic test environment for your application. However, please be aware that this functionality is not intended for use in production environments.

**Note:** Duplicate data will may be generated if test entities are removed. If the existing test data remains untouched, executing this command won't result in duplicate records, ensuring data consistency during testing. Please be aware that running this command may increase the application's launch time due to the data generation process.

0 comments on commit f2eeec5

Please sign in to comment.