home / tests

testcases

7 rows where testsuite_id = 184606

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914496 Form Header 184606 chrome.90_0_4430_212.linux.Form:Header shows Forms header 38.9 0 0
5914497 Form Header 184606 chrome.90_0_4430_212.linux.Form:Header has Forms container 23.801 0 0
5914498 Form Header 184606 chrome.90_0_4430_212.linux.Form:Header has an ID 28.556 0 0
5914499 Form Header 184606 chrome.90_0_4430_212.linux.Form:Header has representation 28.884 0 0
5914500 Form Header 184606 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 29.538 0 0
5914501 Form Header 184606 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 28.143 0 0
5914502 Form Header 184606 chrome.90_0_4430_212.linux.Form:Header has link to Form 29.239 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 5683.28ms