home / tests

testcases

13 rows where testsuite_id = 184582

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914433 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms can add representation 47.447 0 0
5914434 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms can prefill representation language for lexeme with one lemma 22.725 0 0
5914435 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms can edit representation 30.007 0 0
5914436 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms can remove representation 31.249 0 0
5914437 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms can not save representations with redundant languages 26.242 0 0
5914438 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms trims whitespace from representation 29.641 0 0
5914439 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms can add grammatical feature 43.177 0 0
5914440 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms can remove first grammatical feature 49.206 0 0
5914441 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms has statement list 25.364 0 0
5914442 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when addForm is undone 0.0 0 1
5914443 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when old revision is restored 0.0 0 1
5914444 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms change multi variant representations 32.084 0 0
5914445 Lexeme Forms 184582 chrome.90_0_4430_212.linux.Lexeme:Forms can edit statements on a new Form 34.241 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 7936.863ms