home / tests

testcases

7 rows where testsuite_id = 184936

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5915243 Form Header 184936 chrome.90_0_4430_212.linux.Form:Header shows Forms header 27.832 1 0
5915244 Form Header 184936 chrome.90_0_4430_212.linux.Form:Header has Forms container 22.392 0 0
5915245 Form Header 184936 chrome.90_0_4430_212.linux.Form:Header has an ID 24.946 0 0
5915246 Form Header 184936 chrome.90_0_4430_212.linux.Form:Header has representation 25.569 1 0
5915247 Form Header 184936 chrome.90_0_4430_212.linux.Form:Header has each representation having a language 25.899 0 0
5915248 Form Header 184936 chrome.90_0_4430_212.linux.Form:Header show Forms grammatical features 26.036 0 0
5915249 Form Header 184936 chrome.90_0_4430_212.linux.Form:Header has link to Form 25.335 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 6235.047ms