testcases
13 rows where testsuite_id = 184692
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5914678 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 45.721 | 0 | 0 |
5914679 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 21.883 | 0 | 0 |
5914680 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 28.97 | 0 | 0 |
5914681 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 30.41 | 0 | 0 |
5914682 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 26.778 | 0 | 0 |
5914683 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 29.433 | 0 | 0 |
5914684 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 44.859 | 0 | 0 |
5914685 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 48.082 | 0 | 0 |
5914686 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 25.125 | 0 | 0 |
5914687 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5914688 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5914689 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 32.035 | 0 | 0 |
5914690 | Lexeme Forms 184692 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 32.021 | 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) );