home / tests

testcases

7 rows where testsuite_id = 184694

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914692 Form Header 184694 chrome.90_0_4430_212.linux.Form:Header shows Forms header 36.24 0 0
5914693 Form Header 184694 chrome.90_0_4430_212.linux.Form:Header has Forms container 22.73 0 0
5914694 Form Header 184694 chrome.90_0_4430_212.linux.Form:Header has an ID 26.282 0 0
5914695 Form Header 184694 chrome.90_0_4430_212.linux.Form:Header has representation 25.874 0 0
5914696 Form Header 184694 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 25.731 0 0
5914697 Form Header 184694 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 27.26 0 0
5914698 Form Header 184694 chrome.90_0_4430_212.linux.Form:Header has link to Form 28.628 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 5867.188ms