home / tests

testcases

13 rows where testsuite_id = 185000

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5915376 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms can add representation 40.357 0 0
5915377 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms can prefill representation language for lexeme with one lemma 23.534 0 0
5915378 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms can edit representation 30.9 0 0
5915379 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms can remove representation 30.571 0 0
5915380 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms can not save representations with redundant languages 27.67 0 0
5915381 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms trims whitespace from representation 31.629 0 0
5915382 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms can add grammatical feature 43.432 0 0
5915383 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms can remove first grammatical feature 48.01 0 0
5915384 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms has statement list 25.949 0 0
5915385 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when addForm is undone 44.025 0 0
5915386 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms FormId counter is not decremented when old revision is restored 49.275 0 0
5915387 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms change multi variant representations 36.334 0 0
5915388 Lexeme Forms 185000 chrome.90_0_4430_212.linux.Lexeme:Forms can edit statements on a new Form 32.927 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.237ms