testcases
13 rows where testsuite_id = 184802
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5914923 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 42.203 | 0 | 0 |
5914924 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 21.539 | 0 | 0 |
5914925 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 28.962 | 0 | 0 |
5914926 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 29.747 | 0 | 0 |
5914927 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 25.261 | 0 | 0 |
5914928 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 29.974 | 0 | 0 |
5914929 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 42.82 | 0 | 0 |
5914930 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 51.658 | 0 | 0 |
5914931 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 26.023 | 0 | 0 |
5914932 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5914933 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5914934 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 31.273 | 0 | 0 |
5914935 | Lexeme Forms 184802 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 30.965 | 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) );