janreges / siteone-crawler

SiteOne Crawler is a cross-platform website crawler and analyzer for SEO, security, accessibility, and performance optimization—ideal for developers, DevOps, QA engineers, and consultants. Supports Windows, macOS, and Linux (x64 and arm64).
https://crawler.siteone.io/
MIT License
255 stars 17 forks source link

Frontload the report names #9

Closed brianteeman closed 8 months ago

brianteeman commented 8 months ago

This PR changes the filename of the reports so that the domain name comes first. As most default directory listings are sorted by alpha by default this way all the reports for a domain will be grouped together.

Before

image

After

image

janreges commented 8 months ago

@brianteeman thank you - you are right that it will be better this way, especially in the case of testing different domains. In the same way, I also edit the default values that are pre-filled in the GUI application.

brianteeman commented 8 months ago

great