lighthouse-batch icon indicating copy to clipboard operation
lighthouse-batch copied to clipboard

Add option to retain testing URL's directory structure

Open kftsehk opened this issue 4 years ago • 0 comments

Some may prefer to put reports into URL's original directory structure

New behavior

http://example.com => $OUT/example_com.report.json
http://example.com/ => $OUT/example_com.report.json
http://example.com/?a=b => $OUT/example_com/_a=b.report.json
http://example.com/a/b/c => $OUT/example_com/a/b/c.report.json

This can be enabled with --retain-url-directory

kftsehk avatar Nov 12 '21 06:11 kftsehk