You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to be able to exclude known issues from output, as in original protractor console plugin. For example:
{
package: 'protractor-console',
logLevels: ['severe, warning'],
exclude: ["some nasty bug or warning"]
}
Would be nice to be able to exclude known issues from output, as in original protractor console plugin. For example:
{
package: 'protractor-console',
logLevels: ['severe, warning'],
exclude: ["some nasty bug or warning"]
}