praveendvd

Results 29 comments of praveendvd

@christian-bromann this was the same behavior i was getting but was not able to reproduce in any other OS worked after updating wdio . @zhangster Please make sure you are...

@Antonius-S `Function | object` you can give multiple types like this , please let me know if you would like to take it up or I could take it up...

@christian-bromann and @kyungkimsf beforeFeature: function (uri ,feature){ console.log("uri",uri,"context",JSON.stringify(feature.children[0].scenario,null,2)) }, this information is available in beforefeature ,

> @praveendvd @christian-bromann as I've mentioned in the original post, it is 'available' under the gherkin document as well but that doesn't provide a good easy way to distinguish what...

> Sounds like a neat idea. Any contributions are appreciated. Publish feature seems to be supported only from Cucumber.js from version 7.3.0. https://reports.cucumber.io/ But we are using v7.0.0 @christian-bromann so...

https://github.com/cucumber/common/blob/main/scripts/publish-cucumber-report @christian-bromann this is the bat file that can be used to publish the message , (got by contacting cucumber team ) . It seems we need to pass message.ndjson...

> We could introduce a cucumberOpts options: `cucumberPublishUrl` and `cucumberPublishToken` and have this as part of the cucumber framework (after the `after` hook is called, so people could amend the...

[sampleProject.zip](https://github.com/webdriverio/webdriverio/files/7266982/sampleProject.zip) Created a sample ,project The current challenges are that 1. cucumber json report creates separate json reports for each feature so i am not sure how to consolidate it...

> @praveendvd do you want to pick this up next? I tried and I am not able move forward from what I have suggested . I am not sure depending...

> > Publish feature seems to be supported only from Cucumber.js from version 7.3.0. > > While https://reports.cucumber.io says you need `>= 7.3.0` it's actually been supported since [7.0.0-rc.0](https://github.com/cucumber/cucumber-js/blob/main/CHANGELOG.md#700-rc0---2020-09-14) >...