Skip to content

Commit

Permalink
Add instructions to run test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
davidatwhiletrue committed Dec 8, 2022
1 parent 1f8ff7a commit 689f3bb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,18 @@ Install-Package Casper.Network.SDK.Clients
dotnet add package Casper.Network.SDK.Clients
```

## Integration tests

To run the test suite you need to spin up a local NCTL network. We recommend using Docker to quickly have it running. See the instructions [here](https://github.com/make-software/casper-nctl-docker)

When NCTL is running, enter the following command to execute the tests:

```
dotnet test --settings Casper.Network.SDK.Clients.Test/test.runsettings --filter 'TestCategory~NCTL'
```

## Create a workspace in Gitpod

Click the button to start coding in Gitpod with an online IDE.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/make-software/casper-net-sdk-clients)

0 comments on commit 689f3bb

Please sign in to comment.