testcases
13 rows where testsuite_id = 184758
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5914825 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 44.276 | 0 | 0 |
5914826 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 23.11 | 0 | 0 |
5914827 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 29.75 | 0 | 0 |
5914828 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 32.126 | 0 | 0 |
5914829 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 26.39 | 0 | 0 |
5914830 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 30.678 | 0 | 0 |
5914831 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 43.619 | 0 | 0 |
5914832 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 48.916 | 0 | 0 |
5914833 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 25.587 | 0 | 0 |
5914834 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5914835 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5914836 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 32.544 | 0 | 0 |
5914837 | Lexeme Forms 184758 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 31.777 | 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) );