testcases
13 rows where testsuite_id = 12928
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1556644 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | can_add_representation | 3.847 | 0 | 0 |
1556645 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | can_prefill_representation_language_for_lexeme_with_one_lemma | 2.279 | 0 | 0 |
1556646 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | can_edit_representation | 3.304 | 0 | 0 |
1556647 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | can_remove_representation | 2.862 | 0 | 0 |
1556648 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | can_not_save_representations_with_redundant_languages | 2.614 | 0 | 0 |
1556649 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | trims_whitespace_from_representation | 3.038 | 0 | 0 |
1556650 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | can_add_grammatical_feature | 3.689 | 0 | 0 |
1556651 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | can_remove_first_grammatical_feature | 4.674 | 0 | 0 |
1556652 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | has_statement_list | 2.026 | 0 | 0 |
1556653 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | FormId_counter_is_not_decremented_when_addForm_is_undone | 6.033 | 0 | 0 |
1556654 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | FormId_counter_is_not_decremented_when_old_revision_is_restored | 5.925 | 0 | 0 |
1556655 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | change_multi_variant_representations | 5.253 | 0 | 0 |
1556656 | Lexeme_Forms 12928 | chrome.90_0_4430_212.linux.Lexeme_Forms | can_edit_statements_on_a_new_Form | 5.653 | 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) );