HTML parser tests allow you to parse an HTML file to determine if the correct elements were added to the webpage.
Adding HTML Parser Tests
To add a HTML parser test, navigate to Checks in the left sidebar and use the New Check + button. Next, select the HTML Parser option in the drop-down and see the settings below:
Settings
Description
The test description. Shown to users if the task is live and checks are shared (which is the default).
Test Contents
Supports tests written in Python using the BeautifulSoup4 HTML parser package. To learn how to write these tests, read the BeautifulSoup4 documentation.