home / tests

testcases

6 rows where testsuite_id = 177737

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5447618 Advanced Search submit 177737 chrome.90_0_4430_212.linux.Advanced Search submit no search preview is shown in expanded state 1.863 0 0
5447619 Advanced Search submit 177737 chrome.90_0_4430_212.linux.Advanced Search submit shows search preview in collapsed state 1.647 0 0
5447620 Advanced Search submit 177737 chrome.90_0_4430_212.linux.Advanced Search submit collapses search preview after submission 2.245 0 0
5447621 Advanced Search submit 177737 chrome.90_0_4430_212.linux.Advanced Search submit no namespaces preview is shown in expanded state 0.939 0 0
5447622 Advanced Search submit 177737 chrome.90_0_4430_212.linux.Advanced Search submit shows namespaces preview in collapsed state 1.07 0 0
5447623 Advanced Search submit 177737 chrome.90_0_4430_212.linux.Advanced Search submit collapses namespaces preview after submission 1.77 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 5758.14ms