testcases
7 rows where testsuite_id = 5771
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1421781 | TwoColConflict 5771 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen correctly | 22.311 | 0 | 0 |
1421782 | TwoColConflict 5771 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen on conflicts that also add new lines | 22.167 | 0 | 0 |
1421783 | TwoColConflict 5771 | chrome.90_0_4430_212.linux.TwoColConflict | swaps blocks when switch button is clicked | 23.039 | 0 | 0 |
1421784 | TwoColConflict 5771 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview after edit | 23.128 | 0 | 0 |
1421785 | TwoColConflict 5771 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview swapped | 25.434 | 0 | 0 |
1421786 | TwoColConflict 5771 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge after edit | 30.907 | 0 | 0 |
1421787 | TwoColConflict 5771 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge swapped | 24.787 | 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) );