testcases
13 rows where testsuite_id = 184934
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5915229 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 43.147 | 0 | 0 |
5915230 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 20.67 | 0 | 0 |
5915231 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 29.721 | 0 | 0 |
5915232 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 28.028 | 0 | 0 |
5915233 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 26.852 | 0 | 0 |
5915234 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 29.817 | 0 | 0 |
5915235 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 42.911 | 0 | 0 |
5915236 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 50.019 | 0 | 0 |
5915237 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 26.981 | 0 | 0 |
5915238 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 49.359 | 1 | 0 |
5915239 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 48.925 | 1 | 0 |
5915240 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 31.186 | 0 | 0 |
5915241 | Lexeme Forms 184934 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 31.505 | 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) );