testcases
13 rows where testsuite_id = 184626
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5914531 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 46.566 | 0 | 0 |
5914532 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 21.858 | 0 | 0 |
5914533 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 30.157 | 0 | 0 |
5914534 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 29.359 | 0 | 0 |
5914535 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 25.443 | 0 | 0 |
5914536 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 29.423 | 0 | 0 |
5914537 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 45.83 | 0 | 0 |
5914538 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 47.583 | 0 | 0 |
5914539 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 23.522 | 0 | 0 |
5914540 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5914541 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5914542 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 31.142 | 0 | 0 |
5914543 | Lexeme Forms 184626 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 32.397 | 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) );