home / tests

testcases

6 rows where testsuite_id = 67596

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
2257947 Advanced Search submit 67596 chrome.90_0_4430_212.linux.Advanced Search submit no search preview is shown in expanded state 2.697 0 0
2257948 Advanced Search submit 67596 chrome.90_0_4430_212.linux.Advanced Search submit shows search preview in collapsed state 2.2 0 0
2257949 Advanced Search submit 67596 chrome.90_0_4430_212.linux.Advanced Search submit collapses search preview after submission 2.766 0 0
2257950 Advanced Search submit 67596 chrome.90_0_4430_212.linux.Advanced Search submit no namespaces preview is shown in expanded state 1.529 0 0
2257951 Advanced Search submit 67596 chrome.90_0_4430_212.linux.Advanced Search submit shows namespaces preview in collapsed state 1.798 0 0
2257952 Advanced Search submit 67596 chrome.90_0_4430_212.linux.Advanced Search submit collapses namespaces preview after submission 2.084 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 5512.516ms