home / tests

testcases

7 rows where testsuite_id = 184716

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914741 Form Header 184716 chrome.90_0_4430_212.linux.Form:Header shows Forms header 34.342 0 0
5914742 Form Header 184716 chrome.90_0_4430_212.linux.Form:Header has Forms container 20.738 0 0
5914743 Form Header 184716 chrome.90_0_4430_212.linux.Form:Header has an ID 24.309 0 0
5914744 Form Header 184716 chrome.90_0_4430_212.linux.Form:Header has representation 23.757 0 0
5914745 Form Header 184716 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 23.476 0 0
5914746 Form Header 184716 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 24.54 0 0
5914747 Form Header 184716 chrome.90_0_4430_212.linux.Form:Header has link to Form 24.077 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 6625.517ms