testcases
13 rows where testsuite_id = 184604
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5914482 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add representation | 46.613 | 0 | 0 |
5914483 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | can prefill representation language for lexeme with one lemma | 23.49 | 0 | 0 |
5914484 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit representation | 31.78 | 0 | 0 |
5914485 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove representation | 32.07 | 0 | 0 |
5914486 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | can not save representations with redundant languages | 28.847 | 0 | 0 |
5914487 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | trims whitespace from representation | 35.579 | 0 | 0 |
5914488 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | can add grammatical feature | 47.653 | 0 | 0 |
5914489 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | can remove first grammatical feature | 53.125 | 0 | 0 |
5914490 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | has statement list | 27.527 | 0 | 0 |
5914491 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when addForm is undone | 0.0 | 0 | 1 |
5914492 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | FormId counter is not decremented when old revision is restored | 0.0 | 0 | 1 |
5914493 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | change multi variant representations | 33.823 | 0 | 0 |
5914494 | Lexeme Forms 184604 | chrome.90_0_4430_212.linux.Lexeme:Forms | can edit statements on a new Form | 35.631 | 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) );