Your first test #

With the CLI installed, let’s run a browser test just to see that things are working:

bombadil browser test https://en.wikipedia.org --output-path my-test

This will run until you shut it down using Ctrl+C. Any property violations will be logged as errors, and with the --output-path option you will get results to inspect afterwards.

Launch the Bombadil Inspect tool to see what happened in the test you just ran:

bombadil browser inspect my-test

This will open a web application in your browser, which has some features to highlight:

No violations? That’s fine, Wikipedia is pretty solid! This confirms that Bombadil runs and produces results.