Jan Molak

Results 279 comments of Jan Molak

I did some more digging and it looks like making the installation location of jxbrowser configurable would solve the problem. Context: companies using Carbon Black often specify a location on...

Oh cool, that sounds great! Thanks for putting so much effort into this 👍

Hey @milesj! It looks to be a limitation of TypeDoc itself - https://github.com/TypeStrong/typedoc/issues/1612 I tried [typedoc-monorepo-link-types](https://github.com/luizstacio/typedoc-monorepo-link-types) and it seems like it might be part of the solution. However, instead of...

Hey @boneskull, I need both `retries` and `currentRetry`, so `Runnable` _seemed_ (?) like the place to do it. [Here's an example](https://github.com/serenity-js/serenity-js/blob/master/packages/mocha/src/SerenityReporterForMocha.ts#L155-L187) of how I use those APIs. So in my...

Hi there, I think this functionality would require a bit more in-depth conversation. I suppose we could have some sort of a soft-assert mechanism, but am not really sure: -...

Thanks @Ijee, I think I understand what you're after. So basically what you'd need is a variant of `Ensure.that` that can perform multiple assertions and only fail when at least...

> Well, that would help but as I have to click some elements or fill in some inputs on the page in-between those assertions I could not simply put it...

I'm assuming that you don't want to use Protractor with Jest, and just Serenity/JS alone, is that right? If that's so, I'd approach it this way: - create a module...

Hi @san-ouadghiri! This project is not locked so you should be able to open any PR you like... Where is the 403 coming from? Is it github? RE: Bonus question...

I'm looking into this as we speak :-) Stay tuned!