Documentation / Verify your website

Verify your website

Before WebTestrunner runs browser tests, you must prove you control the site. After you add a website in the dashboard, you receive a unique token. Publish that token with one of the methods below, then click verify. Until verification succeeds, scheduled and manual runs stay blocked for that site.

The examples on this page use token 123456789. Your dashboard shows your real token—always use that value.

File method

Publish a plain text file at your site root whose name and content are your token:

We fetch that URL over HTTPS and check that the response body matches your token.

Meta tag method

Add this tag to the <head> of your homepage (or the base URL you registered):

<meta name="webtestrunner.validate" content="123456789" />

Meta name: webtestrunner.validate. Content must equal your token exactly.

DNS TXT method

Add a TXT record on the domain (or subdomain) that matches your site. Include your token in the record value. DNS propagation can take a few minutes to hours depending on your provider—retry verification after the record is visible publicly.

Tips

Next steps

After the site shows as verified, build a browser test, then choose a schedule. Or jump to the dashboard.