zombie
zombie copied to clipboard
Insanely fast, full-stack, headless browser testing using node.js
Thanks, adding this to the next release. _Originally posted by @assaf in https://github.com/assaf/zombie/issues/15#issuecomment-644499_
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Hey, I try to use zombie together with angular/ionic... But executing Javascript does not seem to work though. Some title Does Zombie has a problem with handling non-HTML5 tags? Thanks...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.5 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
This is my view, I want to test. ``` Request Group Rate Name: Group size: Email: $(document).ready(function() { /* document.referrer: Returns the URI of the page that links to this...
Hello! HTMLImageElement.currentSrc is always empty. - I tried to wait image loading's complete. - I tried to wait around 3-4 seconds to check if img contains currentSrc.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
These commits fix some vulnerabilities in several dependencies. While this still does not fix all vulnerabilities that currently exist in dependencies, it should be a step in the right direction.
[CVE-2021-20066](https://nvd.nist.gov/vuln/detail/CVE-2021-20066) is a vulnerability in jsdom that will not be fixed. It appears it is up to the users of jsdom to ensure they are not insecurely using it. According...
The scripts loaded with executing in random order as they loaded. The actual browsers execute scripts in order they mentioned on page. Wrong script execution order prevent modern web pages...