Marcin Janiszewski

Results 12 comments of Marcin Janiszewski

@ishubin I think you should update documentation also. This is because in the doc you have proposed a form `this.ExtendedPage = function (driver) {` to create a page. This results...

Yes, breaking compatibility is about `waitForIt`. I am not 100% sure but I think if someone will use a global context `this.???` to call constructor then the one will merge...

I have found one more issue when calling `extendPage: function (page, driver, name, mainFields, secondaryFields) {`. Any custom property created on page that should be extended is not copied to...

If I find time I can also support you with this. Just let me know :)

Good idea but remember that still you need some language to describe test senarious. Currently I am using js. With proper test project design it is possible to build very...

Same here. `GRANT privilege ON table/schema` is an essential and highly needed feature. Without this, there is no way to manage user permissions declaratively :(