Martín Comito
Results
2
issues of
Martín Comito
I´m trying to load the config from an external file to get the --tags and some others flags: _package.json:_ `"axeconfig": "node axe/index.js"` `"accessibility:local": "axe npm run axeconfig -- http://localhost:3000"` `axe/index.js`...
I´m trying to make this command works, but I can´t: ` "accessibility:local": "cross-var \"axe http://localhost:$npm_package_config_localport --timeout=120 --save accessibility-test-results.json --tags $npm_package_config_axeconfiguration\""` I´ve tried without double quotes before `axe` and it´s the...