How to integrate C# Specflow with LambdaTest?

Please let me know how can I integrate C# Specflow with LT?

Hi Richard,

You need to first define your LambdaTest credentials like the username and access key into your .cs file along with the Hub URL and desired capabilities and then set the value for these in your config file as shown below:

<appSettings>
      <add key="URL" value="https://lambdatest.github.io/sample-todo-app/" />
      <add key="LTUser" value= ""/> // add your LambdaTest Username here
      <add key="LTAccessKey" value="" /> // add your LambdaTest AccessKey here
      <add key="LTUrl" value="https://hub.lambdatest.com/wd/hub" />

You can also refer the below documentation :