testcases
7 rows where testsuite_id = 184403
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5913886 | TwoColConflict 184403 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen correctly | 25.686 | 0 | 0 |
5913887 | TwoColConflict 184403 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen on conflicts that also add new lines | 23.597 | 0 | 0 |
5913888 | TwoColConflict 184403 | chrome.90_0_4430_212.linux.TwoColConflict | swaps blocks when switch button is clicked | 24.496 | 0 | 0 |
5913889 | TwoColConflict 184403 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview after edit | 29.506 | 0 | 0 |
5913890 | TwoColConflict 184403 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview swapped | 26.469 | 0 | 0 |
5913891 | TwoColConflict 184403 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge after edit | 27.132 | 0 | 0 |
5913892 | TwoColConflict 184403 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge swapped | 28.528 | 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) );