From 689f3bbefdd97996e87c3dcfe50bb93cbc498ae9 Mon Sep 17 00:00:00 2001 From: David Hernando Date: Thu, 8 Dec 2022 16:15:26 +0100 Subject: [PATCH] Add instructions to run test suite --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07a0826..6a999bd 100644 --- a/README.md +++ b/README.md @@ -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) -