Ruud

Results 6 issues of Ruud

It would be great to be able to use a service like browserless, which uses connect(..) instead of launch(..) for Puppeteer. ` const browser = await puppeteer.connect({ browserWSEndpoint: 'ws://localhost:3000' });...

enhancement

We are trying to implement CSP in our Polymer 2 application. The suggested way is by adding crisper to our polymer build. Unfortunately, when adding this additional step we get...

### Checklist Before making a feature request, I have: - [x] [Searched the issues to check that this feature hasn't been requested before](https://github.com/pact-foundation/pact-js-core/issues?q=is%3Aissue) - [x] Checked the documentation to see...

enhancement

We would like to add an extra feature to the Test Runner: consumer driven contract testing/creation using PactJS. To learn more about contract testing, please visit https://pactflow.io/what-is-consumer-driven-contract-testing/. Contract creation can...

## Expected behavior The margin-right property on HTML > BODY compensates for the width of the scroll bar when a dialog is opened, even when it is not needed. Thus...

bug

## What I did Set negative margin on contentWrapperNode to compensate for the extra margin on body so that the overlay content does not shift when a scrollbar appears/disappears. This...