testcases
14 rows where testsuite_id = 194913
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
6191417 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | can add representation | 6.305 | 0 | 0 |
6191418 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 2.958 | 0 | 0 |
6191419 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | can edit representation | 5.147 | 0 | 0 |
6191420 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | can remove representation | 5.901 | 0 | 0 |
6191421 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | can not save representations with redundant languages | 6.313 | 0 | 0 |
6191422 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | trims whitespace from representation | 3.174 | 1 | 0 |
6191423 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | can add grammatical feature | 6.391 | 0 | 0 |
6191424 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | can remove first grammatical feature | 7.582 | 0 | 0 |
6191425 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | can cancel form addition | 2.769 | 0 | 0 |
6191426 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | has statement list | 1.368 | 1 | 0 |
6191427 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.375 | 1 | 0 |
6191428 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.356 | 1 | 0 |
6191429 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | change multi variant representations | 0.31 | 1 | 0 |
6191430 | Lexeme Forms 194913 | chrome.97_0_4692_99.linux.Lexeme:Forms | can edit statements on a new Form | 0.498 | 1 | 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) );