Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 338 Bytes

run-tests-locally.md

File metadata and controls

11 lines (7 loc) · 338 Bytes

Run tests locally

If you use the recommended developer environment setup, the following commands will be sufficient to run the tests locally:

cd Gatekeeper.Client.Tests/ && dotnet test
cd Gatekeeper.Server.Web.Tests/ && dotnet test

Note that doing so will not affect your local data as a separate test database is used.