Webperf-se / webperf_core

webperf-core is an open-source testing suite tailored to help you improve your digital presence in areas like web performance, security and accessibility to email best practice using many small improvements.
https://webperf.se/articles/webperf-core/
MIT License
19 stars 30 forks source link

Easier to know what value to use for --setting #532

Closed 7h3Rabbit closed 3 months ago

7h3Rabbit commented 3 months ago

Previously we only wrote: --setting tests.email.support.port25=<value>

After this PR we will let user know what type of value we expect (so they don't need to go to documentation as often).

--setting tests.email.support.port25=<true/false>

image