home / tests

testcases

13 rows where testsuite_id = 184890

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5915127 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms can add representation 0.287 1 0
5915128 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms can prefill representation language for lexeme with one lemma 0.199 1 0
5915129 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms can edit representation 0.164 1 0
5915130 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms can remove representation 0.18 1 0
5915131 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms can not save representations with redundant languages 0.163 1 0
5915132 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms trims whitespace from representation 0.167 1 0
5915133 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms can add grammatical feature 0.16 1 0
5915134 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms can remove first grammatical feature 0.167 1 0
5915135 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms has statement list 0.159 1 0
5915136 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when addForm is undone 0.175 1 0
5915137 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when old revision is restored 0.144 1 0
5915138 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms change multi variant representations 0.177 1 0
5915139 Lexeme Forms 184890 chrome.90_0_4430_212.linux.Lexeme:Forms can edit statements on a new Form 0.187 1 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 5531.78ms