testSuiteURI - speced/respec GitHub Wiki

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