Chris Rudolphi
Chris Rudolphi
Added support for two new Message types (TestRunHookStarted and Finished). These correspond to Reqnroll's Before/After TestRun and Before/After Feature hooks. The test for these is in the Non-CCK Scenarios category...
@gasparnagy What changes introduced by Messages causes problems with the Specsync plugin?
> wrapper method for scenario outlines Would forcing allowRowTests to false address the issue?
TODO: Enhance BindingMatch data structure to include the character offsets of each bound parameter (modifications required in StepDefinitionMatchService). This will allow us to properly render the StepArgument.Group message with a...
> TODO: Enhance BindingMatch data structure to include the character offsets of each bound parameter (modifications required in StepDefinitionMatchService). This will allow us to properly render the StepArgument.Group message with...
> Please also note, that if someone uses a cucumber expression like `foo {string} bar` to match to `foo "hello" bar` this will set the position to the letter `h`...
> But just for the color I would not do that. OK. I consider this question resolved.
TODO: in side-bar discussion with @gasparnagy it was agreed to switch back to UUID id generation and remove the run-time rewrite of static message IDs. This is to avoid the...
TODO: there is a bug with the sequences of messages when Attachments are published (they are being published before the TestCaseStarted event). RESOLVED with 71aac1b
Commit 15f0230 moved ID Generation to UUIDs. This commit has broken the validations executed against some of the CCK scenarios. Still investigating why. Resolved with commit aaf9d06