dequelabs / axe-cli

[Deprecated] A command-line interface for the aXe accessibility testing engine
Mozilla Public License 2.0
430 stars 44 forks source link

fix: Enable using of --chrome-options argument #134

Closed michael-siek closed 4 years ago

michael-siek commented 4 years ago

Spread the array that was being merged so there are no issues when using the --chrome-options flag. This should allow users to pass in no-sandbox to work with Linux users.

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

stephenmathieson commented 4 years ago

This PR title suggests it's fixing "this should allow users to add chrome options without error".

Instead, the commit/PR title should be something like:

fix: Enable using of --chrome-options argument