compat-tester
compat-tester copied to clipboard
NPM package to statically analyze the compatibility of a web page across a given browser scope
cf. https://github.com/mdn/browser-compat-data/tree/master/css/types
Add a feature so that we can report vs. https://github.com/mdn/browser-compat-data/tree/master/css/selectors
E.g. if CSS uses `user-select` with a prefix, being able to detect `-moz-user-select` and report accordingly.
We might need to introduce a graph of the assets. It maybe useful to restrict this with a -r option to recursively follow links
Provide a more detailed documentation about the type of arguments needed and the output when compat-tester is used as a module. (i.e. improve [this](https://github.com/SphinxKnight/compat-tester/#as-a-module))
Testing on an env w/ a proxy causes a connection error.
compat-tester --init should provide a set a questions in order to create the `scope.json` file