Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
protractor-console
Advanced tools
Print console logging statements that occur during Protractor test runs.
Display log statements from the browser that occur while Protractor tests are running. Similar to the "Console Plugin" that comes with Protractor, but with some significant differences:
npm install --save-dev protractor-console
This module is implemented as a Protractor plugin. Add it in the Protractor config like so:
exports.config = {
plugins: [{
package: 'protractor-console',
logLevels: ['severe']
}],
logLevels
: Inclusive Array
filter for which log levels to show. Can be any of 'debug'
, 'info'
, 'warning'
and 'severe'
. Defaults to ['severe', 'warning']
.3.0.0
Remove Babel transpilation. Node 6.4.0 or greater is now required.
Handle browser.manage.logs()
failing. GeckoDriver currently doesn't support it and blows up with a stack trace.
FAQs
Print console logging statements that occur during Protractor test runs.
The npm package protractor-console receives a total of 1,246 weekly downloads. As such, protractor-console popularity was classified as popular.
We found that protractor-console demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.