home / tests

testcases

1 row where testsuite_id = 184862

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5915070 with language item not bearing language code statement set on form submission and failure to validate 184862 chrome.90_0_4430_212.linux.NewLexeme:Page.with_language_item_not_bearing_language_code_statement_set_on_form_submission_and_failure_to_validate is possible to immediately see lemmaLanguageCode field 2.451 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 5809.041ms