
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
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,003 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
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.