home / tests

testcases

7 rows where testsuite_id = 184870

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5915092 Form Header 184870 chrome.90_0_4430_212.linux.Form:Header shows Forms header 36.62 0 0
5915093 Form Header 184870 chrome.90_0_4430_212.linux.Form:Header has Forms container 21.273 0 0
5915094 Form Header 184870 chrome.90_0_4430_212.linux.Form:Header has an ID 24.48 0 0
5915095 Form Header 184870 chrome.90_0_4430_212.linux.Form:Header has representation 24.274 0 0
5915096 Form Header 184870 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 24.366 0 0
5915097 Form Header 184870 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 24.316 0 0
5915098 Form Header 184870 chrome.90_0_4430_212.linux.Form:Header has link to Form 24.398 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 6112.999ms