home / tests

testcases

7 rows where testsuite_id = 184650

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914594 Form Header 184650 chrome.90_0_4430_212.linux.Form:Header shows Forms header 38.94 0 0
5914595 Form Header 184650 chrome.90_0_4430_212.linux.Form:Header has Forms container 24.223 0 0
5914596 Form Header 184650 chrome.90_0_4430_212.linux.Form:Header has an ID 25.112 0 0
5914597 Form Header 184650 chrome.90_0_4430_212.linux.Form:Header has representation 27.528 0 0
5914598 Form Header 184650 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 29.32 0 0
5914599 Form Header 184650 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 26.98 0 0
5914600 Form Header 184650 chrome.90_0_4430_212.linux.Form:Header has link to Form 26.469 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 5680.215ms