home / tests

testcases

7 rows where testsuite_id = 194917

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6191453 Form Header 194917 chrome.97_0_4692_99.linux.Form:Header shows Forms header 3.118 0 0
6191454 Form Header 194917 chrome.97_0_4692_99.linux.Form:Header has Forms container 2.475 0 0
6191455 Form Header 194917 chrome.97_0_4692_99.linux.Form:Header has an ID 3.251 0 0
6191456 Form Header 194917 chrome.97_0_4692_99.linux.Form:Header has representation 3.089 0 0
6191457 Form Header 194917 chrome.97_0_4692_99.linux.Form:Header has each representation having a language 3.207 0 0
6191458 Form Header 194917 chrome.97_0_4692_99.linux.Form:Header show Forms grammatical features 3.442 0 0
6191459 Form Header 194917 chrome.97_0_4692_99.linux.Form:Header has link to Form 3.027 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 5923.42ms