home / tests

testcases

13 rows where testsuite_id = 6686

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1424381 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms can_add_representation 28.008 0 0
1424382 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms can_prefill_representation_language_for_lexeme_with_one_lemma 22.142 0 0
1424383 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms can_edit_representation 27.338 0 0
1424384 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms can_remove_representation 27.326 0 0
1424385 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms can_not_save_representations_with_redundant_languages 25.602 0 0
1424386 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms trims_whitespace_from_representation 29.703 0 0
1424387 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms can_add_grammatical_feature 34.042 0 0
1424388 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms can_remove_first_grammatical_feature 36.018 0 0
1424389 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms has_statement_list 24.112 0 0
1424390 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms FormId_counter_is_not_decremented_when_addForm_is_undone 37.944 0 0
1424391 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms FormId_counter_is_not_decremented_when_old_revision_is_restored 36.364 0 0
1424392 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms change_multi_variant_representations 30.192 0 0
1424393 Lexeme_Forms 6686 chrome.90_0_4430_85.linux.Lexeme_Forms can_edit_statements_on_a_new_Form 31.061 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 5698.789ms