skilbjo
skilbjo
`file.test.ts` ``` import * as jestPlayback from 'jest-playback'; await jestPlayback.setup({ mode: jestPlayback.Mode.Play }); ... ``` execution: ``` $ npm test -- file.test.ts -u > node --no-warnings --experimental-vm-modules node_modules/.bin/jest file.test.ts -u...
I'm not able to get this working to 1) record requests and 2) play them back. the test works perfectly fine if i comment out the `await jestPlayback.setup({ ... })`...
Have been using `@shelf/jest-dynamodb` for 2 yrs and just started getting this error in github actions (not locally) ``` UnrecognizedClientException: The Access Key ID or security token is invalid. at...
hi, when i pass in properties to `http2.Agent` per the `README`, i can confirm that these properties are not respected as you can see, i try to force `TLSv1.2`; but...
hi, when using `npm test` (and having `jest-dynamodb` configured, happy to share the configuration files), i get the following error ``` npm test Determining test suites to run...Error: Unable to...
website: https://fingerprintjs.github.io/fingerprintjs/ ``` $ ./lightpanda-aarch64-macos --dump 'https://fingerprintjs.github.io/fingerprintjs/' info(browser): GET https://fingerprintjs.github.io/fingerprintjs/ http.Status.ok info(browser): fetch script https://fingerprintjs.github.io/fingerprintjs/main.js?0a007938b53f026d7218: http.Status.ok # # Fatal process OOM in DateTimePatternGeneratorCache::CreateGenerator # Trace/BPT trap: 5 ```
I am using a nightly build from 2 days ago: ``` $ ./lightpanda-aarch64-macos --dump 'https://photon-sol.tinyastro.io/' info(browser): GET https://photon-sol.tinyastro.io/ http.Status.ok info(browser): fetch script https://photon-sol.tinyastro.io/packs/js/runtime-46cb3a6848713c6967d6.js: http.Status.ok info(browser): fetch script https://photon-sol.tinyastro.io/packs/js/5479-bf32605ab463d5b7462d.js: http.Status.ok info(browser):...
how does lightpanda handle cookies for a given request? ie let's say i make a request to `google.com` which 301 redirects to `www.google.com` but sets a cookie, in the subsequent...