testcases
13 rows where testsuite_id = 184538
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5914335 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 45.671 | 0 | 0 |
5914336 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 22.197 | 0 | 0 |
5914337 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 31.17 | 0 | 0 |
5914338 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 30.438 | 0 | 0 |
5914339 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 26.791 | 0 | 0 |
5914340 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 31.023 | 0 | 0 |
5914341 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 46.366 | 0 | 0 |
5914342 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 51.785 | 0 | 0 |
5914343 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 26.212 | 0 | 0 |
5914344 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5914345 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5914346 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 33.426 | 0 | 0 |
5914347 | Lexeme Forms 184538 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 33.709 | 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) );