Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Checks the browser log after each test for warnings and errors

License

Notifications You must be signed in to change notification settings

angular/protractor-console-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Plugin (Chrome only)

This plugin checks the browser log after each test for warnings and errors. It can be configured to fail a test if either is detected. There is also an optional exclude parameter which accepts both regex and strings. Any log matching the exclude parameter will not fail the test or be logged to the console. A false setting to logWarnings also overrides the failOnWarning setting.

exports.config = {
  plugins: [{
    package: 'protractor-console-plugin',
    failOnWarning: {Boolean}                (Default - false),
    failOnError: {Boolean}                  (Default - true),
    logWarnings: {Boolean}                  (Default - true),
    exclude: {Array of strings and regex}   (Default - [])
  }]
};

Note that this plugin's behavior is undefined on browsers other than Chrome. Firefox users have reported flaky results.

About

Checks the browser log after each test for warnings and errors

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages