testcases
13 rows where testsuite_id = 185022
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5915425 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 19.26 | 1 | 0 |
5915426 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 21.021 | 0 | 0 |
5915427 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 29.805 | 1 | 0 |
5915428 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 30.09 | 0 | 0 |
5915429 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 25.36 | 0 | 0 |
5915430 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 29.735 | 0 | 0 |
5915431 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 42.146 | 0 | 0 |
5915432 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 46.084 | 0 | 0 |
5915433 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 24.467 | 0 | 0 |
5915434 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 40.184 | 0 | 0 |
5915435 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 47.487 | 1 | 0 |
5915436 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 29.674 | 0 | 0 |
5915437 | Lexeme Forms 185022 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 31.69 | 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) );