testcases
13 rows where testsuite_id = 184868
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5915078 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 44.597 | 0 | 0 |
5915079 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 20.834 | 0 | 0 |
5915080 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 30.399 | 0 | 0 |
5915081 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 29.68 | 0 | 0 |
5915082 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 26.393 | 0 | 0 |
5915083 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 29.16 | 0 | 0 |
5915084 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 45.387 | 0 | 0 |
5915085 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 47.35 | 0 | 0 |
5915086 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 25.093 | 0 | 0 |
5915087 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5915088 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5915089 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 31.352 | 0 | 0 |
5915090 | Lexeme Forms 184868 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 32.662 | 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) );