5.0.0-rc5 • Published 2 months ago

web_audit v5.0.0-rc5

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
2 months ago

Web audit tools

Aggregation of serveral indicators for auditing a web pages.

How to ?

Crawl a site

A command line allows you to crawl a specific web site. All urls found will be placed in a pages_found.csv file in the version folder.

Several parameters will be asked:

  • URLs ? (leave empty to stop) : Urls to crawl
  • Version ? : The version of audit (easy to compare).

Use: yarn crawl

Analyse a page

You can analyse a specific web page using the following command line. All report will be placed in a corresponding csv file in the version folder.

Several parameters will be asked:

  • URLs ? (leave empty to stop) : Urls to analyse
  • or File path (relative to ...) : A csv file listing all urls to analyse (see Crawl a site)
  • Version ? : The version of audit (easy to compare).
  • Modules ? : The list of modules that will analyse pages.

Use : yarn analyse