testcases
13 rows where testsuite_id = 184560
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5914384 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 48.294 | 0 | 0 |
5914385 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 22.456 | 0 | 0 |
5914386 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 29.849 | 0 | 0 |
5914387 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 30.631 | 0 | 0 |
5914388 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 25.825 | 0 | 0 |
5914389 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 29.969 | 0 | 0 |
5914390 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 46.627 | 0 | 0 |
5914391 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 49.557 | 0 | 0 |
5914392 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 24.461 | 0 | 0 |
5914393 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5914394 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5914395 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 33.517 | 0 | 0 |
5914396 | Lexeme Forms 184560 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 36.143 | 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) );