testcases
13 rows where testsuite_id = 184846
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5915025 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 2.402 | 1 | 0 |
5915026 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 2.392 | 1 | 0 |
5915027 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 2.371 | 1 | 0 |
5915028 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 2.216 | 1 | 0 |
5915029 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 2.23 | 1 | 0 |
5915030 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 2.386 | 1 | 0 |
5915031 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 2.298 | 1 | 0 |
5915032 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 2.387 | 1 | 0 |
5915033 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 2.336 | 1 | 0 |
5915034 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5915035 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5915036 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 2.349 | 1 | 0 |
5915037 | Lexeme Forms 184846 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 2.366 | 1 | 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) );