Closed ksaitor closed 2 years ago
Hi @ksaitor! Thanks for the feedback ;)
Unfortunately, the analyzer does not yet know how to work with localhost. But we will definitely add this functionality. Stay tuned for more updates.
Please use the .outputConsole function to abort the build process if the CEO analyzer finds errors.
For example i have a local CRA or Next.js app running on
localhost:3000
. How can i point this tool to analyselocalhost:3000
?p.s. Also, would be cool if this could be part of a test suite, so that if something breaks, whole build fails.
@ksaitor
This update is now avaliable!
You can use .inputNextJs(3000)
rule for analyze Next.js app on localhost:3000
.
Also you can run seo-analyzer on pre-push or pre-commit. Read more
For example i have a local CRA or Next.js app running on
localhost:3000
. How can i point this tool to analyselocalhost:3000
?p.s. Also, would be cool if this could be part of a test suite, so that if something breaks, whole build fails.