home / tests

testcases

13 rows where testsuite_id = 6510

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
1423993 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms can_add_representation 44.188 0 0
1423994 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms can_prefill_representation_language_for_lexeme_with_one_lemma 35.828 0 0
1423995 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms can_edit_representation 44.352 0 0
1423996 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms can_remove_representation 43.287 0 0
1423997 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms can_not_save_representations_with_redundant_languages 40.596 0 0
1423998 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms trims_whitespace_from_representation 43.727 0 0
1423999 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms can_add_grammatical_feature 53.045 0 0
1424000 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms can_remove_first_grammatical_feature 56.233 0 0
1424001 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms has_statement_list 39.055 0 0
1424002 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms FormId_counter_is_not_decremented_when_addForm_is_undone 52.062 0 0
1424003 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms FormId_counter_is_not_decremented_when_old_revision_is_restored 50.009 0 0
1424004 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms change_multi_variant_representations 46.152 0 0
1424005 Lexeme_Forms 6510 chrome.90_0_4430_212.linux.Lexeme_Forms can_edit_statements_on_a_new_Form 47.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 5652.49ms