Web tests can be run to ensure changes didn’t break something.
They can be a bit finicky so I’d suggest having web tests be a separate task than regular unit tests & the build not necessarily depend on them passing.
I don’t mind setting this up & making a pull request if there are no objections. I see we have a registration page now, so a web test can be added for that.