home / tests

testcases

7 rows where testsuite_id = 184826

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914986 Form Header 184826 chrome.90_0_4430_212.linux.Form:Header shows Forms header 2.475 1 0
5914987 Form Header 184826 chrome.90_0_4430_212.linux.Form:Header has Forms container 2.336 1 0
5914988 Form Header 184826 chrome.90_0_4430_212.linux.Form:Header has an ID 2.26 1 0
5914989 Form Header 184826 chrome.90_0_4430_212.linux.Form:Header has representation 2.341 1 0
5914990 Form Header 184826 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 2.404 1 0
5914991 Form Header 184826 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 2.425 1 0
5914992 Form Header 184826 chrome.90_0_4430_212.linux.Form:Header has link to Form 2.407 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 7563.131ms