home / tests

testcases

5 rows where testsuite_id = 292144

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
18602558 User 292144 chrome.120_0_0_0.linux.User should be able to create account 2.233 0 0
18602559 User 292144 chrome.120_0_0_0.linux.User should be able to log in 1.936 0 0
18602560 User 292144 chrome.120_0_0_0.linux.User named user should see extra signup form fields when creating an account 1.934 0 0
18602561 User 292144 chrome.120_0_0_0.linux.User temporary user should not see signup form fields relevant to named users 1.917 0 0
18602562 User 292144 chrome.120_0_0_0.linux.User temporary user should be able to create account 2.717 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 5665.196ms