Add section on running tests to readme

This commit is contained in:
jvyden 2021-11-18 18:27:29 -05:00
commit b0b35d6ae8
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -62,7 +62,7 @@ Finally, take a break. Chances are that took a while.
## Contributing Tips
### Database
### Database migrations
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.
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
| Game | Console (PS3/Vita) | Emulator (RPCS3) | Next-Gen (PS4/PS5) |