testcases
13 rows where testsuite_id = 184978
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5915327 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 39.098 | 0 | 0 |
5915328 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 22.585 | 0 | 0 |
5915329 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 30.696 | 0 | 0 |
5915330 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 30.44 | 0 | 0 |
5915331 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 26.091 | 0 | 0 |
5915332 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 30.726 | 0 | 0 |
5915333 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 41.798 | 0 | 0 |
5915334 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 48.254 | 0 | 0 |
5915335 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 24.604 | 0 | 0 |
5915336 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 49.141 | 1 | 0 |
5915337 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 51.94 | 1 | 0 |
5915338 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 33.118 | 0 | 0 |
5915339 | Lexeme Forms 184978 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 33.038 | 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) );