
Victor Sypniewski-Tom
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
Activity overview
Latest activity by Victor Sypniewski-Tom-
Victor Sypniewski-Tom commented,
I went with this. Thanks Sam Shackleton.
-
Victor Sypniewski-Tom commented,
Sam Shackleton I will consider both options. It would be nice if SpecFlow provided caching mechanism, need to read the manual. In fact it needs to be the first test that is aware if it's looking at...
-
Victor Sypniewski-Tom commented,
Yeah, no. System.Environment.Exit(1) Just gives more confusing error.Sam Shackleton Test framework takes care of which version of AUT is being tested. In Pytest-BDD it would have been called test ...
-
Victor Sypniewski-Tom commented,
Scenarios are sequential. Exception does show in HTML report. It looks a bit ugly you know something went wrong. The Log file has the exception.Moving it to BeforeScenario would be a workaround, ...
-
Victor Sypniewski-Tom commented,
SpecFlowPlusRunner
-
Victor Sypniewski-Tom created a post,
[BeforeTestRun] to throw an exception that would fail the test run
Hey Guys,I throw an exception in ```[BeforeTestRun]``` hook. This solution throws exception I need but it just skips the tests and marks build as successful.How to mark the build as failed if this ...
-
Victor Sypniewski-Tom commented,
Done. Thanks!https://github.com/SpecFlowOSS/SpecFlow/issues/2365
-
Victor Sypniewski-Tom commented,
I just got the same error after adding Hooks class, today. Everything works until I add [BeforeTestRun].I am running on Win 10 VS19 namespace Abc.Hooks{[Binding] public class DeploymentHooks { [...
-
Victor Sypniewski-Tom commented,
Sudhindra Kumar I think this is slightly different symptom to this issue (I did not have problem with report). Could you open new post and give some more details there, please?
-
Victor Sypniewski-Tom commented,
Interesting. I would rather not have support in VS (magic always leads to troubles) and expect the same behaviour everywhere. I ran this from PowerShell without even opening VS19, without -s optio...