home / tests

testcases

2 rows where testsuite_id = 194416

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6189929 Dwelling on a valid reference link 194416 chrome.116_0_0_0.linux.Dwelling_on_a_valid_reference_link I should see a reference preview 0.0 0 1
6189930 Dwelling on a valid reference link 194416 chrome.116_0_0_0.linux.Dwelling_on_a_valid_reference_link before each hook for Dwelling on a valid reference link 5.738 1 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 6452.771ms