
Dominique BOYER
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 12
Activity overview
Latest activity by Dominique BOYER-
Dominique BOYER commented,
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 ...
-
Dominique BOYER commented,
Sorry I findout my mistake, initially I didn't rethrow the exception in my catch ...
-
Dominique BOYER commented,
This is the code of my method : [BeforeScenario] public void BeforeScenario(ScenarioContext scenarioContext) { try { var alcuinPageObject...
-
Dominique BOYER created a post,
Cancel test execution in BeforeScenario Hook's method
AnsweredHello, We added scenario title naming convention (squashTMId-title), add I would like to check scenario title in the code and throw an exception if the name doesn't follow the convention. Right now...
-
Dominique BOYER commented,
Hello, use CTRL+K+D, this is the regular VS shortcut to format file, it works with specflow files and tables.
-
Dominique BOYER created a post,
Error when updating Specflow.Actions.Selenium to 0.1.250
Hello, I use Specflow.Actions.Selenium version 0.1.188 and I want to upgrade to version 0.1.250. After upgrading the nuget package, I had to add nuget package Specflow.Actions.Configuration (don't ...
-
Dominique BOYER created a post,
Chrome logging options
Hello, I would like to capture browser console log, it seems that selenium is able to handle this : https://stackoverflow.com/questions/36455533/c-sharp-selenium-access-browser-log How can I set th...
-
Dominique BOYER commented,
Hi Jordan Western, thanks for the support ! I'm eager to test this.
-
Dominique BOYER commented,
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...
-
Dominique BOYER commented,
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" /...