angular / protractor-accessibility-plugin

Runs a set of accessibility audits
MIT License
267 stars 37 forks source link

Protractor & Tenon configuration steps #19

Open FJLopezGarcia opened 7 years ago

FJLopezGarcia commented 7 years ago

Hi all, i need help!! Do you have any example with the Tenon configuration? what are the parameters i need to setup? I have added the plugin as it is in the documentation but what else?

  exports.config = {
      ...
      plugins: [{
        tenonIO: {
          options: {
            // See http://tenon.io/documentation/understanding-request-parameters.php
            // options.src will be added by the test.
          },
          printAll: false, // whether the plugin should log API response
        },
        chromeA11YDevTools: true,
        package: 'protractor-accessibility-plugin'
      }]
    }

Thanks