Tim Nolet
Tim Nolet
Same issue here. Some debugging shows me that this method hangs, as the Kinesis streams are not created. https://github.com/CoorpAcademy/serverless-plugins/blob/6a0e1729b739773a417a268eff23679fb123611d/packages/serverless-offline-kinesis/src/kinesis.js#L47 I saw a bunch other issues addressing and talking about this...
@philipwalton thanks for pointing me in the right direction. If I extend the above example with the code beneath it seems to help a lot. The `beforeUnload` flag needs to...
@AndreyMelnichenko this is quite a bit of code, now part of our private code base. In essence, most Playwright or Puppeteer sessions are too quick. Maybe @danielpaulus could chime in...
Bumped into the exact same issue. A commander.js app that is using node-config. I put this in my `index.js` and solved all issues ```js const path = require('path') const configDirOrig...
@ric2b thanks for mentioning. I would gladly take a PR that implements this.
@YoraiLevi I can't reproduce this on Chrome. Please just use Chrome and not Chrome/edge as this extension is not tested on that.
@YoraiLevi Thanks for reproducing, I' reopening as I think I can reproduce now too. I've honestly never ever seen this behaviour before. I do not have a solution for this...
Hi @digitarald that sounds great. Would love to enable Puppeteer Recorder for the Firefox community. Could you give me an idea of what tweaks we would need?
@digitarald I would gladly take a PR for this. Otherwise we probably do not have the bandwidth to go after this.
@Fmstrat thanks for contributing, and this is absolutely something we want to add. First response after reading your proposal: 1. For assertions, we would 99% sure use an existing assertion...