Skip to content
Marcos Caceres edited this page Mar 28, 2026 · 7 revisions

testSuiteURI

Type: string Default: undefined

URL of the test suite for this specification. Shown in the document header as a "Test suite" link.

Basic usage

var respecConfig = {
  testSuiteURI: "https://wpt.fyi/payment-request/",
};

Notes

  • Required when using the wpt-tests-exist linting rule — ReSpec uses this URL to validate data-tests paths
  • Can be a WPT URL (https://wpt.fyi/...), GitHub URL, or any test suite URL
  • Use https://github.com/web-platform-tests/wpt/tree/HEAD/your-spec/ for the WPT GitHub tree view

Guides

Configuration options

W3C Configuration options

Linting rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

HTML attributes

CSS Classes

Special properties

Clone this wiki locally