home / tests

testcases

13 rows where testsuite_id = 184516

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914286 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms can add representation 46.255 0 0
5914287 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms can prefill representation language for lexeme with one lemma 22.901 0 0
5914288 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms can edit representation 29.761 0 0
5914289 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms can remove representation 29.925 0 0
5914290 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms can not save representations with redundant languages 26.598 0 0
5914291 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms trims whitespace from representation 31.55 0 0
5914292 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms can add grammatical feature 45.023 0 0
5914293 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms can remove first grammatical feature 48.632 0 0
5914294 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms has statement list 26.316 0 0
5914295 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when addForm is undone 0.0 0 1
5914296 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when old revision is restored 0.0 0 1
5914297 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms change multi variant representations 34.105 0 0
5914298 Lexeme Forms 184516 chrome.90_0_4430_212.linux.Lexeme:Forms can edit statements on a new Form 33.15 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 5696.957ms