testcases
14 rows where testsuite_id = 194914
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
6191431 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | can add representation | 6.477 | 0 | 0 |
6191432 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 2.895 | 0 | 0 |
6191433 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | can edit representation | 4.891 | 0 | 0 |
6191434 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | can remove representation | 4.639 | 0 | 0 |
6191435 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | can not save representations with redundant languages | 3.82 | 0 | 0 |
6191436 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | trims whitespace from representation | 5.303 | 0 | 0 |
6191437 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | can add grammatical feature | 6.203 | 0 | 0 |
6191438 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | can remove first grammatical feature | 7.525 | 0 | 0 |
6191439 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | can cancel form addition | 2.66 | 0 | 0 |
6191440 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | has statement list | 3.038 | 0 | 0 |
6191441 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 9.547 | 0 | 0 |
6191442 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 9.582 | 0 | 0 |
6191443 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | change multi variant representations | 6.865 | 0 | 0 |
6191444 | Lexeme Forms 194914 | chrome.97_0_4692_99.linux.Lexeme:Forms | can edit statements on a new Form | 7.727 | 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) );