home / tests

testcases

7 rows where testsuite_id = 184672

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914643 Form Header 184672 chrome.90_0_4430_212.linux.Form:Header shows Forms header 38.643 0 0
5914644 Form Header 184672 chrome.90_0_4430_212.linux.Form:Header has Forms container 21.494 0 0
5914645 Form Header 184672 chrome.90_0_4430_212.linux.Form:Header has an ID 26.565 0 0
5914646 Form Header 184672 chrome.90_0_4430_212.linux.Form:Header has representation 25.537 0 0
5914647 Form Header 184672 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 26.607 0 0
5914648 Form Header 184672 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 25.367 0 0
5914649 Form Header 184672 chrome.90_0_4430_212.linux.Form:Header has link to Form 25.404 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 5538.667ms