home / tests

testcases

13 rows where testsuite_id = 184912

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5915180 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms can add representation 45.727 0 0
5915181 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms can prefill representation language for lexeme with one lemma 22.491 0 0
5915182 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms can edit representation 31.84 0 0
5915183 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms can remove representation 29.943 0 0
5915184 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms can not save representations with redundant languages 25.978 0 0
5915185 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms trims whitespace from representation 31.635 0 0
5915186 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms can add grammatical feature 48.129 0 0
5915187 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms can remove first grammatical feature 49.628 0 0
5915188 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms has statement list 25.569 0 0
5915189 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when addForm is undone 50.107 1 0
5915190 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when old revision is restored 43.953 0 0
5915191 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms change multi variant representations 33.37 0 0
5915192 Lexeme Forms 184912 chrome.90_0_4430_212.linux.Lexeme:Forms can edit statements on a new Form 33.505 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 5398.19ms