home / tests

testcases

13 rows where testsuite_id = 13147

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1557209 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms can_add_representation 5.618 0 0
1557210 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms can_prefill_representation_language_for_lexeme_with_one_lemma 2.522 0 0
1557211 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms can_edit_representation 4.414 0 0
1557212 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms can_remove_representation 3.451 0 0
1557213 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms can_not_save_representations_with_redundant_languages 3.801 0 0
1557214 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms trims_whitespace_from_representation 3.473 0 0
1557215 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms can_add_grammatical_feature 4.007 0 0
1557216 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms can_remove_first_grammatical_feature 4.949 0 0
1557217 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms has_statement_list 2.095 0 0
1557218 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms FormId_counter_is_not_decremented_when_addForm_is_undone 6.328 0 0
1557219 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms FormId_counter_is_not_decremented_when_old_revision_is_restored 6.507 0 0
1557220 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms change_multi_variant_representations 5.253 0 0
1557221 Lexeme_Forms 13147 chrome.90_0_4430_212.linux.Lexeme_Forms can_edit_statements_on_a_new_Form 5.992 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 7148.829ms