
Dominique BOYER
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 12
Comments
Recent activity by Dominique BOYER-
Hello, from what I known, by default Visual Studio doesn't format anything on save (even on C# files), may be there is a setting for that, but I would like that feature files behave like any other ...
-
This is the code of my method : [BeforeScenario] public void BeforeScenario(ScenarioContext scenarioContext) { try { var alcuinPageObject...
-
Sorry I findout my mistake, initially I didn't rethrow the exception in my catch ...
-
Hello, use CTRL+K+D, this is the regular VS shortcut to format file, it works with specflow files and tables.
-
Hi Jordan Western, thanks for the support ! I'm eager to test this.
-
It doesn't change anything, I still get the same error : 2021-11-16T13:54:25.9602172+01:00:2021-11-16T13:54:25.9302665+01:00:Thread#0:T:-> error: Could not load type 'TechTalk.SpecFlow.CucumberMess...
-
Hello Jordan Western, Here is the list of the nuget installed packages : <ItemGroup><PackageReference Include="FluentAssertions" Version="6.2.0" /><PackageReference Include="Jil" Version="2.17.0" /...
-
Thanks that's fine, now my json file is loaded. But now it fails on another error : error: Could not load type 'TechTalk.SpecFlow.CucumberMessages.ICucumberMessageSender' from assembly 'TechTalk.Sp...
-
Sure, this is very basic : public static class Context{private static Config _config = Jil.JSON.Deserialize<Config>(File.ReadAllText(Path.Combine(AppContext.BaseDirectory, @"Conf\conf.json"))); ......
-
This is a json configuration file that provide more settings to our tests builds, for example : to send email results to store tests statistics (steps durations) to capture tests video to add a ba...