home / tests

testcases

13 rows where testsuite_id = 6422

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1423793 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms can_add_representation 43.088 0 0
1423794 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms can_prefill_representation_language_for_lexeme_with_one_lemma 35.183 0 0
1423795 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms can_edit_representation 43.414 0 0
1423796 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms can_remove_representation 41.805 0 0
1423797 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms can_not_save_representations_with_redundant_languages 39.17 0 0
1423798 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms trims_whitespace_from_representation 43.659 0 0
1423799 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms can_add_grammatical_feature 53.277 0 0
1423800 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms can_remove_first_grammatical_feature 57.865 0 0
1423801 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms has_statement_list 42.334 0 0
1423802 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms FormId_counter_is_not_decremented_when_addForm_is_undone 53.703 0 0
1423803 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms FormId_counter_is_not_decremented_when_old_revision_is_restored 53.889 0 0
1423804 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms change_multi_variant_representations 45.061 0 0
1423805 Lexeme_Forms 6422 chrome.90_0_4430_212.linux.Lexeme_Forms can_edit_statements_on_a_new_Form 45.429 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
        );
Powered by Datasette · Queries took 8328.254ms