home / tests

testcases

7 rows where testsuite_id = 184892

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5915141 Form Header 184892 chrome.90_0_4430_212.linux.Form:Header shows Forms header 0.281 1 0
5915142 Form Header 184892 chrome.90_0_4430_212.linux.Form:Header has Forms container 0.207 1 0
5915143 Form Header 184892 chrome.90_0_4430_212.linux.Form:Header has an ID 0.182 1 0
5915144 Form Header 184892 chrome.90_0_4430_212.linux.Form:Header has representation 0.149 1 0
5915145 Form Header 184892 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 0.183 1 0
5915146 Form Header 184892 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 0.17 1 0
5915147 Form Header 184892 chrome.90_0_4430_212.linux.Form:Header has link to Form 0.186 1 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 5550.467ms