I’m trying to get my private instance of WPT hooked up to tsviewdb, but nothing is being sent to my tsviewdb instance. I have the appropriate URL set in settings.ini, but it seems WPT is expecting a tsview_id
request parameter to be set. Where and how should this be set?
When you submit a test through the API to runtest.php you pass tsview_id=SomeTestName (I just updated the REST docs to include the parameter).
This is so that only explicitly selected tests get forwarded to tsview with the conditions you are testing (URL, connectivity, location, browser, etc).