home / tests

testcases

5 rows where testsuite_id = 194512

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
6190246 TwoColConflict save and preview 194512 chrome.116_0_0_0.linux.TwoColConflict_save_and_preview should save a resolved conflict successfully 12.421 0 0
6190247 TwoColConflict save and preview 194512 chrome.116_0_0_0.linux.TwoColConflict_save_and_preview should save a resolved conflict successfully when another user edits a different section in the meantime 15.932 0 0
6190248 TwoColConflict save and preview 194512 chrome.116_0_0_0.linux.TwoColConflict_save_and_preview should trigger a new conflict when another user edits in the same lines in the meantime 15.254 0 0
6190249 TwoColConflict save and preview 194512 chrome.116_0_0_0.linux.TwoColConflict_save_and_preview should show a correct preview page when changes are present 10.329 0 0
6190250 TwoColConflict save and preview 194512 chrome.116_0_0_0.linux.TwoColConflict_save_and_preview should be possible to edit and preview the left other side 10.579 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 5824.632ms