tree: 1833a6c600533a43da73a826983b8bbaa9a5a656 [path history] [tgz]
  1. Context/
  2. StepDefinitions/
  3. Iggy_SDK.Tests.BDD.csproj
  4. README.md
foreign/csharp/Iggy_SDK.Tests.BDD/README.md

# csharp bdd test

Scenario are located at /bdd/scenarios

env var

use env var IGGY_TCP_ADDRESS="host:port" to set expected server address for bdd test suite.

Run via docker

see /bdd/README.md

Run locally

note: bdd test expect an iggy-server at tcp://127.0.0.1:8090

from /foreign/csharp/Iggy_SDK.Tests.BDD run

dotnet test

Troubleshooting

Sometimes tests might be run twice or have errors during build. It's because link to .feature files and problem with generated code. To fix it, run dotnet clean