testcases
7 rows where testsuite_id = 138477
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
4208058 | TwoColConflict 138477 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen correctly | 23.965 | 0 | 0 |
4208059 | TwoColConflict 138477 | chrome.90_0_4430_212.linux.TwoColConflict | shows the talk page screen on conflicts that also add new lines | 23.396 | 0 | 0 |
4208060 | TwoColConflict 138477 | chrome.90_0_4430_212.linux.TwoColConflict | swaps blocks when switch button is clicked | 23.077 | 0 | 0 |
4208061 | TwoColConflict 138477 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview after edit | 24.548 | 0 | 0 |
4208062 | TwoColConflict 138477 | chrome.90_0_4430_212.linux.TwoColConflict | shows correct preview swapped | 30.32 | 0 | 0 |
4208063 | TwoColConflict 138477 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge after edit | 26.768 | 0 | 0 |
4208064 | TwoColConflict 138477 | chrome.90_0_4430_212.linux.TwoColConflict | stores correct merge swapped | 25.464 | 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) );