home / tests

testcases

7 rows where testsuite_id = 184804

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914937 Form Header 184804 chrome.90_0_4430_212.linux.Form:Header shows Forms header 35.563 0 0
5914938 Form Header 184804 chrome.90_0_4430_212.linux.Form:Header has Forms container 21.514 0 0
5914939 Form Header 184804 chrome.90_0_4430_212.linux.Form:Header has an ID 24.91 0 0
5914940 Form Header 184804 chrome.90_0_4430_212.linux.Form:Header has representation 24.718 0 0
5914941 Form Header 184804 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 23.425 0 0
5914942 Form Header 184804 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 23.382 0 0
5914943 Form Header 184804 chrome.90_0_4430_212.linux.Form:Header has link to Form 23.667 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 8617.06ms