zombie icon indicating copy to clipboard operation
zombie copied to clipboard

Insanely fast, full-stack, headless browser testing using node.js

Results 100 zombie issues
Sort by recently updated
recently updated
newest added

I'm getting an error whenever I try to call `visit` on any external site: ```js const browser = new Browser(); browser.visit("http://www.bing.com/", { }) .then(() => console.log("success")) .catch(error => console.error(error)); ```...

download the zip, unzip the zip do npm i ``` > [email protected] test > gulp lint && mocha gulp[8569]: ../src/node_contextify.cc:698:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo&): Assertion `args[1]->IsString()' failed. 1: 0x7fce611f103c node::Abort() [/lib/x86_64-linux-gnu/libnode.so.108]...

This client code: ```js const jsonString = JSON.stringify({my: 'payload'}); const blob = new Blob([jsonString], {type: 'text/plain;charset=utf-8'}); navigator.sendBeacon('https://my-dev-server', blob); ``` triggers a `TypeError` in zombie, originating here https://github.com/assaf/zombie/blob/e6cf0f81368349392f433c7b5122fb568b9b30b0/src/fetch.js#L208

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 2.0.2. Changelog Sourced from eventsource's changelog. 2.0.2 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 2.0.1 Fix URL...

dependencies