home / tests

testcases

7 rows where testsuite_id = 184958

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5915292 Form Header 184958 chrome.90_0_4430_212.linux.Form:Header shows Forms header 29.708 0 0
5915293 Form Header 184958 chrome.90_0_4430_212.linux.Form:Header has Forms container 20.597 0 0
5915294 Form Header 184958 chrome.90_0_4430_212.linux.Form:Header has an ID 25.688 0 0
5915295 Form Header 184958 chrome.90_0_4430_212.linux.Form:Header has representation 25.215 0 0
5915296 Form Header 184958 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 26.354 0 0
5915297 Form Header 184958 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 25.744 0 0
5915298 Form Header 184958 chrome.90_0_4430_212.linux.Form:Header has link to Form 25.162 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 7942.896ms