testcases
7 rows where testsuite_id = 311703
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
20383440 | IPInfo on Special Contributions 311703 | chrome.120_0_0_0.linux.IPInfo_on_Special:Contributions | should not be shown to users without necessary permissions | 4.567 | 0 | 0 |
20383441 | IPInfo on Special Contributions 311703 | chrome.120_0_0_0.linux.IPInfo_on_Special:Contributions | should display error message for IPs without edits after accepting agreement | 9.992 | 0 | 0 |
20383442 | IPInfo on Special Contributions 311703 | chrome.120_0_0_0.linux.IPInfo_on_Special:Contributions | should display error message for IPs without edits if agreement was already accepted | 3.484 | 0 | 0 |
20383443 | IPInfo on Special Contributions 311703 | chrome.120_0_0_0.linux.IPInfo_on_Special:Contributions | should show geo data for IP with edits after accepting agreement | 4.004 | 0 | 0 |
20383444 | IPInfo on Special Contributions 311703 | chrome.120_0_0_0.linux.IPInfo_on_Special:Contributions | should show geo data for IP with edits if agreement was already accepted | 3.177 | 0 | 0 |
20383445 | IPInfo on Special Contributions 311703 | chrome.120_0_0_0.linux.IPInfo_on_Special:Contributions | should show geo data for temp user with edits after accepting agreement | 4.034 | 0 | 0 |
20383446 | IPInfo on Special Contributions 311703 | chrome.120_0_0_0.linux.IPInfo_on_Special:Contributions | should show geo data for temp user with edits if agreement was already accepted | 3.687 | 0 | 0 |
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) );