testcases
6 rows where testsuite_id = 15789
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1564187 | Talk 15789 | chrome.90_0_4430_212.linux.Talk | Talk button not visible as logged out user | 2.333 | 0 | 0 |
1564188 | Talk 15789 | chrome.90_0_4430_212.linux.Talk | Talk tab visible as logged in user | 2.898 | 0 | 0 |
1564189 | Talk 15789 | chrome.90_0_4430_212.linux.Talk | Talk on a page that doesn t exist bug 64268 | 2.612 | 0 | 0 |
1564190 | Talk 15789 | chrome.90_0_4430_212.linux.Talk | Add discussion button shows on talk pages for logged in users | 2.322 | 0 | 0 |
1564191 | Talk 15789 | chrome.90_0_4430_212.linux.Talk | Add discussion for talk page possible as logged in user | 2.472 | 0 | 0 |
1564192 | Talk 15789 | chrome.90_0_4430_212.linux.Talk | A newly created topic appears in the list of topics | 0.0 | 0 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testcases ( id INTEGER PRIMARY KEY, testsuite_id INTEGER NOT NULL, classname TEXT, name TEXT, time REAL, failure INTEGER NOT NULL, skipped INTEGER NOT NULL, CHECK (failure IN (0, 1)), CHECK (skipped IN (0, 1)), FOREIGN KEY(testsuite_id) REFERENCES testsuites(id) );