home / tests

testcases

9 rows where testsuite_id = 184438

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
5914061 TwoColConflict save and preview 184438 chrome.90_0_4430_212.linux.TwoColConflict save and preview should resolve the conflict successfully 18.536 1 0
5914062 TwoColConflict save and preview 184438 chrome.90_0_4430_212.linux.TwoColConflict save and preview should resolve the ongoing conflict successfully when another user edits a different section in the meantime 43.922 1 0
5914063 TwoColConflict save and preview 184438 chrome.90_0_4430_212.linux.TwoColConflict save and preview should trigger a new conflict when another user edits in the same lines in the meantime 37.123 0 0
5914064 TwoColConflict save and preview 184438 chrome.90_0_4430_212.linux.TwoColConflict save and preview should resolve the conflict successfully when unsaved edits in selected paragraphs are present 28.217 0 0
5914065 TwoColConflict save and preview 184438 chrome.90_0_4430_212.linux.TwoColConflict save and preview should show a preview page 29.099 0 0
5914066 TwoColConflict save and preview 184438 chrome.90_0_4430_212.linux.TwoColConflict save and preview should show a correct preview page when unsaved edits in selected paragraphs are present 28.893 0 0
5914067 TwoColConflict save and preview 184438 chrome.90_0_4430_212.linux.TwoColConflict save and preview should show a correct preview page when using pre save transforms 26.814 0 0
5914068 TwoColConflict save and preview 184438 chrome.90_0_4430_212.linux.TwoColConflict save and preview should be possible to edit and preview the left other side 28.165 0 0
5914069 TwoColConflict save and preview 184438 chrome.90_0_4430_212.linux.TwoColConflict save and preview editor should not decode html entities 26.992 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 8611.57ms