testcases
7 rows where testsuite_id = 184439
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5914070 | TwoColConflict 184439 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen correctly | 23.615 | 0 | 0 |
5914071 | TwoColConflict 184439 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen on conflicts that also add new lines | 24.392 | 0 | 0 |
5914072 | TwoColConflict 184439 | chrome.90_0_4430_212.linux.TwoColConflict | swaps blocks when switch button is clicked | 25.117 | 0 | 0 |
5914073 | TwoColConflict 184439 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview after edit | 23.631 | 0 | 0 |
5914074 | TwoColConflict 184439 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview swapped | 23.581 | 0 | 0 |
5914075 | TwoColConflict 184439 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge after edit | 27.813 | 0 | 0 |
5914076 | TwoColConflict 184439 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge swapped | 26.382 | 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) );