testcases
7 rows where testsuite_id = 5728
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1421600 | TwoColConflict 5728 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen correctly | 21.672 | 0 | 0 |
1421601 | TwoColConflict 5728 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen on conflicts that also add new lines | 21.181 | 0 | 0 |
1421602 | TwoColConflict 5728 | chrome.90_0_4430_212.linux.TwoColConflict | swaps blocks when switch button is clicked | 22.864 | 0 | 0 |
1421603 | TwoColConflict 5728 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview after edit | 23.848 | 0 | 0 |
1421604 | TwoColConflict 5728 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview swapped | 21.948 | 0 | 0 |
1421605 | TwoColConflict 5728 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge after edit | 25.819 | 0 | 0 |
1421606 | TwoColConflict 5728 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge swapped | 25.085 | 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) );