Patrick Hulce
Patrick Hulce
Also note that the first invocation wouldn't improve at all with this change, only subsequent invocations.
Thanks for filing @IdanGoor! Yeah `configure` is going to be tricky for this library because the library is injected into the page on every evaluation (so any state from prior...
> Any updates on this? Nope. Looking at this several years later, this does not seem very important IMO 😅 The text content handler would be nice but the first...
This library doesn't really interact with any specific test runner, so how you decide to chunk your tests is up to you. Here's an example with `describe/it` wrapped around our...
PR welcome for anyone that wants to contribute something more substantive :)
Are you asking how to setup basic jest/mocha tests at all?
> It throws an error. What error?
Yeah this is going to be rough, we can't serialize functions over the puppeteer boundary easily and even if we end up doing this you won't get access to the...
Thanks for filing! Good questions. 1. This is possible to do without modification to pptr-testing-library using tools like [memfs](https://www.npmjs.com/package/memfs) and [brfs](https://www.npmjs.com/package/brfs). Might be useful to understand the workarounds here if...
Thanks for filing @tmalahie ! > So it seems that for some reason the environment variable is not passed correctly to the library. Correct this library does not even attempt...