testcases
13 rows where testsuite_id = 184670
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5914629 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 45.421 | 0 | 0 |
5914630 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 22.415 | 0 | 0 |
5914631 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 31.435 | 0 | 0 |
5914632 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 29.819 | 0 | 0 |
5914633 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 25.971 | 0 | 0 |
5914634 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 29.596 | 0 | 0 |
5914635 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 44.439 | 0 | 0 |
5914636 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 49.901 | 0 | 0 |
5914637 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 27.563 | 0 | 0 |
5914638 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5914639 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5914640 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 31.086 | 0 | 0 |
5914641 | Lexeme Forms 184670 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 31.06 | 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) );