# csharp bdd test
Scenario are located at /bdd/scenarios
use env var IGGY_TCP_ADDRESS="host:port" to set expected server address for bdd test suite.
see /bdd/README.md
note: bdd test expect an iggy-server at tcp://127.0.0.1:8090
from /foreign/csharp/Iggy_SDK.Tests.BDD run
dotnet test
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