mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 16:38:37 +00:00
Add section on running tests to readme
This commit is contained in:
parent
dc429f2c8a
commit
b0b35d6ae8
1 changed files with 7 additions and 1 deletions
|
@ -62,7 +62,7 @@ Finally, take a break. Chances are that took a while.
|
||||||
|
|
||||||
## Contributing Tips
|
## Contributing Tips
|
||||||
|
|
||||||
### Database
|
### Database migrations
|
||||||
|
|
||||||
Some modifications may require updates to the database schema. You can automatically create a migration file by:
|
Some modifications may require updates to the database schema. You can automatically create a migration file by:
|
||||||
|
|
||||||
|
@ -72,6 +72,12 @@ Some modifications may require updates to the database schema. You can automatic
|
||||||
you're doing.
|
you're doing.
|
||||||
4. Running `dotnet ef migrations add <NameOfMigrationInPascalCase> --project ProjectLighthouse`.
|
4. Running `dotnet ef migrations add <NameOfMigrationInPascalCase> --project ProjectLighthouse`.
|
||||||
|
|
||||||
|
### Running tests
|
||||||
|
|
||||||
|
You can run tests either through your IDE or by running `dotnet tests`.
|
||||||
|
|
||||||
|
Keep in mind while running database tests you need to have `LIGHTHOUSE_DB_CONNECTION_STRING` set.
|
||||||
|
|
||||||
## Compatibility across games and platforms
|
## Compatibility across games and platforms
|
||||||
|
|
||||||
| Game | Console (PS3/Vita) | Emulator (RPCS3) | Next-Gen (PS4/PS5) |
|
| Game | Console (PS3/Vita) | Emulator (RPCS3) | Next-Gen (PS4/PS5) |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue