-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phantomas V2 - the final merge into the main branch #753
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Call page.evaludate() when the page is fully loaded (after page.goto promise is resolved), but before page.close() is called.
…en "init" event is fired
…phantomas.injectJs()
… layer Fire "scopeMessage" events. /dom-operations.html ✓ should be generated ✓ should have "requests" metric properly set ✓ should have "cssCount" metric properly set ✓ should have "cssSize" metric properly set ✓ should have "jsCount" metric properly set ✓ should have "jsSize" metric properly set ✓ should have "domains" metric properly set ✓ should have "DOMqueries" metric properly set ✓ should have "DOMqueriesById" metric properly set ✓ should have "DOMqueriesByClassName" metric properly set ✓ should have "DOMqueriesByTagName" metric properly set ✓ should have "DOMqueriesByQuerySelectorAll" metric properly set ✓ should have "DOMinserts" metric properly set ✓ should have "DOMqueriesDuplicated" metric properly set ✓ should have "DOMqueriesAvoidable" metric properly set ✓ should have "DOMqueriesWithoutResults" metric properly set
…value is provided
… for jserrors module
/dom-operations.html ✓ should be generated ✓ should have "DOMmutationsInserts" metric properly set
/dom-id.html ✓ should be generated ✓ should have "DOMidDuplicated" metric properly set
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 3.2.0. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](caolan/async@v2.6.3...v3.2.0) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [csv-string](https://github.com/Inist-CNRS/node-csv-string) from 3.2.0 to 4.0.1. - [Release notes](https://github.com/Inist-CNRS/node-csv-string/releases) - [Commits](Inist-CNRS/node-csv-string@v3.2.0...v4.0.1) Signed-off-by: dependabot[bot] <[email protected]>
build(deps): bump async from 2.6.3 to 3.2.0
…g-4.0.1 build(deps): bump csv-string from 3.2.0 to 4.0.1
Bumps [eslint](https://github.com/eslint/eslint) from 7.5.0 to 7.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.5.0...v7.6.0) Signed-off-by: dependabot[bot] <[email protected]>
build(deps-dev): bump eslint from 7.5.0 to 7.6.0
Run tests using Node.js 12.x too
GitHub Actions run fine now
Use http-server for tests (fixes qs security issue)
Browser.close - check if there is a browser to call close() on
Bumps [analyze-css](https://github.com/macbre/analyze-css) from 0.12.10 to 0.12.11. - [Release notes](https://github.com/macbre/analyze-css/releases) - [Commits](macbre/analyze-css@v0.12.10...v0.12.11) Signed-off-by: dependabot[bot] <[email protected]>
…ss-0.12.11 build(deps): bump analyze-css from 0.12.10 to 0.12.11
Resolves #762 Before: $ npm publish --dry-run 2>&1 | egrep 'size|files' npm notice package size: 392.1 kB npm notice unpacked size: 781.0 kB npm notice total files: 164 After: npm notice package size: 67.1 kB npm notice unpacked size: 258.3 kB npm notice total files: 86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #707
/cc @gmetais
TODO