testcases
7 rows where testsuite_id = 184220
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5913059 | TwoColConflict 184220 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen correctly | 26.01 | 0 | 0 |
5913060 | TwoColConflict 184220 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen on conflicts that also add new lines | 25.374 | 0 | 0 |
5913061 | TwoColConflict 184220 | chrome.90_0_4430_212.linux.TwoColConflict | swaps blocks when switch button is clicked | 24.634 | 0 | 0 |
5913062 | TwoColConflict 184220 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview after edit | 26.462 | 0 | 0 |
5913063 | TwoColConflict 184220 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview swapped | 26.303 | 0 | 0 |
5913064 | TwoColConflict 184220 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge after edit | 28.868 | 0 | 0 |
5913065 | TwoColConflict 184220 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge swapped | 29.043 | 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) );